Skip to content

ChangeLoggedModel should inherit WebhooksMixin #11737

@jeremystretch

Description

@jeremystretch

Proposed Changes

Add WebhooksMixin to the list of superclasses from which ChangeLoggedModel inherits.

Justification

Every subclass of ChangeLoggedModel currently also inherit from WebhooksMixin, with two exceptions:

  • extras.Branch
  • extras.StagedChange

This change will effectively enable webhooks for the two models above, which I believe is reasonable.

Metadata

Metadata

Assignees

Labels

status: acceptedThis issue has been accepted for implementationtype: housekeepingChanges to the application which do not directly impact the end user

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions