J
jts-law
Guest
All, I'm using KUIB 2 and within the app I'm building I need to dynamically remove specific Views based on a users level of access. The access level is already being handled, and I have working code that runs from the onShow method that removes the View menu items the user doesn't have access to. My issue is that when I remove them from within the onShow method of controller.public.js, the menu items are visible for a moment, then disappear, and if I try to remove them within the router-events.js file, they don't exist yet. I don't want the user to know that the other Views exist. What is the recommended method of allowing/disallowing access to different Views? TIA Louis
Continue reading...
Continue reading...