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
Allow experience-cs admin to set project identifier
To achieve this, I've had to remove the explicit *overriding* of
`Project#identifier` in `Project::Create.build_project`. Now it only
sets the identifier if none is provided. Even this isn't strictly
necessary, because of the `Project#check_unique_not_null` check
which is triggered on a `before_validation` callback. However, I want to
keep the changes to a minimum to reduce the risk of breaking anything
and, in any case, I'm not very convinced about the existence of that
`before_validation`, so I'd prefer not to increase reliance on it.
0 commit comments