Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
♻️ 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
- Loading branch information