- Issue created by @jsheffers
- Status changed to Closed: won't fix
over 1 year ago 7:28am 8 December 2023 - π¨πSwitzerland saschaeggi Zurich
You might want to instead open an issue in the Mercury editor issue queue so that the devs from the Mercury editor can look into why it's not properly working and fixing it on their end as we're just extending Core defaults.
So I'm closing this.
- πΊπΈUnited States bjcooper Nebraska, USA
This happens because the published checkbox gets moves to the sticky action buttons in Gin, which isn't rendered in the Mercury Editor context. So there's no way to publish content that way.
I think the solution would indeed be for Mercury Editor to use
hook_gin_ignore_sticky_form_actions_alter()
to skip moving the published checkbox to sticky action buttons (which aren't rendered) in the mercury editor context. However, there is a Gin issue where the results of that hook are ignored for content forms and cannot be disabled. I think that's a Gin issue, which would give Mercury Editor a legit way to implement a solution. Here's a related Gin issue: https://www.drupal.org/project/gin/issues/3488050 π Uncaught TypeError: formActions is null on a form that is trying not to use Gin form modifications Active - Merge request !619Untangled sticky action buttons hook from content form check. β (Open) created by Unnamed author