- Issue created by @tedbow
- 🇮🇳India omkar-pd
It looks like the "Create new revision" checkbox value (revision = true) isn't returned in the entity_form_fields data because of the way we filter form values here:
return Query::parse(http_build_query(array_intersect_key($values, $entity->toArray())));
However, revision is not part of
$entity->toArray()
, so it gets stripped out byarray_intersect_key()
, even though it exists in$values
- 🇫🇮Finland lauriii Finland
Debugged this a little bit and this seems related to 🐛 Autosave publish process does not acknowledge pathauto deactivation Postponed .
- 🇺🇸United States bnjmnm Ann Arbor, MI
The
is always unchecked
part is addressed by
📌 Confirm Semi-coupled form elements can work with State API visibility Active , the other part will likely be fixed with 🐛 Autosave publish process does not acknowledge pathauto deactivation Postponed as mentioned in #4 - Status changed to Postponed
4 days ago 6:42am 2 June 2025 - 🇫🇮Finland lauriii Finland
Decreasing the priority now that 📌 Always create a new revision on publish Active has been committed.