0
OutdoorEd created
I have added lots of Permission-based pages in my app and having the Permissions section come up as a model requires a lot of scrolling. How can I "turn off" modals for a particular view and just have it render on a regular page. In my case I am looking at the _PermissionsModal.cshtml
1 Answer(s)
-
0
Hi,
Unfortunately there is no such setting. You need to develop a new page for permission management and open it instead of modal in required pages.
Thanks.