You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using constant number is very error-prone, !Find is fine (if a bit verbose), but as far as I know, everywhere else permissions are specified as strings. Is that intended syntax?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Hi!
I recently messed around a bit with creating Initial Permissions through blueprints and found that syntax like that:
woks fine (20 is a pk of
view_userhere). While something like:causes
error.
Using constant number is very error-prone,
!Findis fine (if a bit verbose), but as far as I know, everywhere else permissions are specified as strings. Is that intended syntax?Tested with
2026.8.0.All reactions