cortexrd / Knack-Toolkit-Library

Knack Toolkit Library
MIT License
26 stars 6 forks source link

_hv View Not hidden when ktlRoles and !Developer #337

Closed CSWinnall closed 2 months ago

CSWinnall commented 2 months ago

Hi Norm

Some of our views have started to show when _hv is applied with ktlRoles for this keyword to all users

_hv=[ktlRoles, !Developer]

This keyword works it hides the view from developers but as soon as I put !Developer it show it to everyone.: _hv=[ktlRoles, Developer]

These are the iterations I have tried: _hv=[ktlRoles, Admission] - This works _hv=[ktlRoles, !Admission] - Doesn't work Developer can see this so can Admission _hv=ktlRoles, !Admission - Doesn't work Both users can see the view _hv=ktlRoles, Admission - Works _hv=[], [ktlRoles, Admission] - Works _hv=[], [ktlRoles, !Admission] - Doesn't work Both users can see the view

We are on version 0.28.0

Craig

CSWinnall commented 2 months ago

Please wait on this it may be specific to our app

CSWinnall commented 2 months ago

Closing for now will reopen if I finally figure out what's going on