Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove backward compatibility for old ActionsMixin actions attribute #14657

Closed
jeremystretch opened this issue Jan 2, 2024 · 0 comments
Closed
Assignees
Labels
status: accepted This issue has been accepted for implementation type: deprecation Removal of existing functionality or behavior
Milestone

Comments

@jeremystretch
Copy link
Member

Proposed Changes

The old actions and action_perms attributes on the ActionsMixin class were merged in v3.7 under #13550, with backward compatibility retained for the v3.7 release. This change removes that backward compatibility.

Justification

Removes obsolete code.

Impact

Any plugins which utilize ActionsMixin will need to update their relevant view classes to use the new declaration format for actions. See #13550 for examples.

@jeremystretch jeremystretch added status: accepted This issue has been accepted for implementation type: deprecation Removal of existing functionality or behavior labels Jan 2, 2024
@jeremystretch jeremystretch added this to the v4.0 milestone Jan 2, 2024
@jeremystretch jeremystretch self-assigned this Jan 3, 2024
jeremystretch added a commit that referenced this issue Jan 3, 2024
jeremystretch added a commit that referenced this issue Jan 3, 2024
jeremystretch added a commit that referenced this issue Jan 9, 2024
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 3, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
status: accepted This issue has been accepted for implementation type: deprecation Removal of existing functionality or behavior
Projects
None yet
Development

No branches or pull requests

1 participant