Active flag is not working for pop up widgets

Issue #776 resolved
rameez created an issue

Describe the bug
Setting the Active flag to off for a tollbar button does not hide the toolbar button from the UI

To Reproduce
Steps to reproduce the behavior:

  1. Go to Settings for a pop up button
  2. Set the Active toggle to off and save changes
  3. Tollbar button is still visible in the UI

Expected behavior
If the active toggle is set to OFF, the toolbar button should not be visible in the UI

Screenshots
If applicable, add screenshots to help explain your problem.

Additional context
Add any other context about the problem here.

Comments (3)

  1. Scott Wiltshire
    • changed status to open

    Hi rameez,
    The active toggle isn't exposed via the advanced options GUI. This is only available in the old settings dialog or via the "app management" screen. This property applies only at the app level (that is root menu level in application drawer). It doesn't apply to individual screens, widgets or buttons.
    If you have a requirement to hide an individual object from users or particular groups of users then this can be achieved with security e.g. in the built-in app a99.z2.t1.v2

  2. Log in to comment