Actions
Issue #9588
closedRBAC: Groups cannot use creation_hooks
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Platform Release:
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Sprint 111
Quarter:
Description
As Group
is not a pulpcore model, it does not inherit from DjangoLifecycleMixin
and AutoAddObjPermsMixin
. Therefore, the creation_hooks
are not executed.
Possible solution: Create a proxy model that does not add another database table.
Updated by pulpbot almost 3 years ago
- Status changed from ASSIGNED to POST
Updated by dkliban@redhat.com almost 3 years ago
- Triaged changed from No to Yes
- Sprint set to Sprint 110
Updated by rchan almost 3 years ago
- Sprint changed from Sprint 110 to Sprint 111
Added by mdellweg almost 3 years ago
Updated by mdellweg almost 3 years ago
- Status changed from POST to MODIFIED
Applied in changeset pulpcore|98b1f9e9a896e777ded7a1f31c4e74b127aa050b.
Updated by pulpbot almost 3 years ago
Added by mdellweg almost 3 years ago
Revision 3cddf3ae | View on GitHub
Allow proxy models in GenericForeignKey fields
re #9588
Updated by pulpbot almost 3 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Actions
Proxy Group model to add creation_hooks capability
This creates a proxy model core.Group for auth.Group that is able to use pulpcore's creation_hooks mechanism.
fixes #9588