0

In my admin dashboard I have a custom tab that is used for displaying access requests made by users within the widget. I give the admin some options in this custom tab. One of these options is to grant the request. When the admin grants the requests however, they must then assign the user that requested access to a plugin so they can be redirected in the future.

I have this functionality set up in another tab and don't really want to replicate it in this custom tab if I don't have to. Is there anyway to, on clicking of the grant access button, send the admin to the other tab with some data from previous tab?

4

1 回答 1

1

不幸的是,没有导航到选项卡功能。但是,您实际上可以直接导航到其他页面,这会将您带到同一选项卡下(不理想,但可以完成工作)

或者更简洁的解决方案是构建一个 SPA 架构,例如带有虚拟标签和面包屑的 People 或 Places 插件 https://github.com/BuildFire/sdk/wiki/How-to-use-Breadcrumbs

参考:

希望这可以帮助

于 2017-08-10T17:29:46.100 回答