gitlab4j-api icon indicating copy to clipboard operation
gitlab4j-api copied to clipboard

Missing Project model attributes: operations_access_level, security_and_compliance_enabled

Open pacomo opened this issue 4 years ago • 0 comments

Tested with GitLab 13.12 and gitlab4j 4.16.

It seems the library is missing operations_access_level and security_and_compliance_enabled in the Project model class.

These two attributes enable or disable the menu item "Operations" and "Security & Compliance" for the specific Project and should be readable/settable by the user (in the same way packages_enabled is now)

pacomo avatar May 25 '21 10:05 pacomo