- last update
over 1 year ago Patch Failed to Apply - last update
over 1 year ago Patch Failed to Apply - last update
over 1 year ago Patch Failed to Apply - πΊπΈUnited States el1_1el
I believe the above diff patch is missing and changes never get saved
+ $type->setThirdPartySetting('scheduler', 'unpublish_datetime', $form_state->getValue('scheduler_unpublish_datetime'));also the issue described in #10 can occur with either NULL or '' so I did the following instead
+ if (!empty($unpublish_default)) {New patch for 2.21 attached with those changes from #15
- πΊπΈUnited States el1_1el
#15 was also missing node specific schema i think. updating from #16
+ unpublish_datetime:
+ type: string
+ label: 'Add a default for unpublishing' - π¬π§United Kingdom jonathan1055
To make progress here, it needs to be in a Merge Request so that pipeline testing is run.