Skip to content

Enforce global default project and snippet visibilities to private

Stan Hu requested to merge sh-set-admin-default-visibilities into master

Prior to this change, it was possible for the global project and snippet visibilities to be NULL, which could cause errors in the UI. We now enforce a NOT NULL constraint and set the default value to private for both visibility levels.

Closes #35013 (closed)

Edited by Alper Akgun

Merge request reports