Actions
Refactor #13469
openRepository model should know whether or not it can accept uploaded content
Status:
New
Priority:
Normal
Assignee:
-
Category:
Container
Target version:
-
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
Updated by Eric Helms over 9 years ago
- Category set to Container
- Translation missing: en.field_release set to 86
Updated by Eric Helms about 9 years ago
- Translation missing: en.field_release changed from 86 to 114
Actions