Closed (fixed)
Project:
Node Revision Delete
Version:
2.0.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Mar 2024 at 16:44 UTC
Updated:
30 Apr 2026 at 14:50 UTC
Jump to comment: Most recent
Comments
Comment #2
kwfinken commentedSame issue. Ideally a content type would have an option under Node Revision Delete settings to "handle with default schedule" which returns to the default schedule.
Currently the only way I have found to return an item to the "Default" settings is to
-node_revision_deletekey from thedependencies: module:sectionnode_revision_delete:section from thethird_party_settingssectionComment #3
kwfinken commentedComment #4
alexpottConfirmed this is a problem.
Comment #5
alexpottThis occurs because node_revision_delete_form_node_type_form_builder() expects to be able to compare the node type form values with the plugin manager values from config and that's not going to work.
Comment #7
alexpottComment #8
alexpottComment #12
alexpottComment #14
liam morlandThis has lead to #3585263: Unable to save content types when not overriding number of revisions.