Refactor #13469
Repository model should know whether or not it can accept uploaded content
Description
Issue #13453 needed us to remove the ability for docker content to be uploaded into a repository.
It was addressed with this pull-request.
It would probably be better to encapsulate the logic around whether a repository accepts content uploads.
Something along the lines of:
@repository.accepts_content_upload? # => true or false
History
#1
Updated by Eric Helms over 6 years ago
- Category set to Container
- Legacy Backlogs Release (now unused) set to 86
#2
Updated by Eric Helms over 6 years ago
- Legacy Backlogs Release (now unused) changed from 86 to 114