Change Global setting type for allow.user.create.projects (#4320)

Co-authored-by: Pearl Dsilva <pearl.dsilva@shapeblue.com>
This commit is contained in:
Pearl Dsilva 2020-09-15 13:23:54 +05:30 committed by GitHub
parent 43a25c78f6
commit f06daa5f8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1525,7 +1525,7 @@ public enum Config {
AllowUserToCreateProject(
"Project Defaults",
ManagementServer.class,
Long.class,
Boolean.class,
"allow.user.create.projects",
"true",
"If regular user can create a project; true by default",