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
♻️ Ensure setting permission template for work factories (#6723)
* ♻️ Ensure setting permission template for work factories
Prior to this commit, even if we specified an admin_set as part of
creation, we would not use that set's permission template. This could
result in inconsistent behavior.
With this commit, we have normalized the behavior.
* Fix issue where trait may not be defined
0 commit comments