Unable to change project visibility as admin if any restrictions are set in the config.
Created by: dreis2211
Hey,
we experience the problem, that our admins can't change the visibility of projects anymore. We have restricted our users to only create internal projects. Admins should be still able to change those settings, though.
I think this was introduced with the following change 4967c087
The validation on the database row shouldn't check against the config settings in my opinion. As the config setting states, the restricted_visibility_levels should only apply for non-admin users and therefore such a "low-level" check is not appropriate.
Cheers