I am using MappView with a flyout control which has 6 buttons in the container. Two of the buttons require roles for selection, but the others are accessible to all roles. I set the accessibility using PermissionOperate on two of the buttons (the other buttons and flyout have nothing set). The display is correct (when the necessary role is not present, the two buttons have the disabled appearance). However, none of the buttons function unless the user is logged in.
If I press a disabled icon, nothing happens (as expected). When I choose one which should be active, I see these messages in the console log:
How can I have selective access to buttons within a flyout?
