Problem/Motivation

Gin theme moves the status (published) radio element to the gin_actions container element. This causes that element to be hidden since it's not processed in anyway by Gin Gutenberg module.

Steps to reproduce

From a clean install with standard profile, just enable Gutenberg module and enable Gutenberg experience on any content type. Install and set admin theme to Gin. Then enable this module.

Proposed resolution

I tried to just change the status element #group to meta but it seems that the theme alter takes priority. So maybe just "cloning" (copy and unset) to the meta container and remove the #group will do the trick.

CommentFileSizeAuthor
#2 3279747-published-check-box.patch697 bytesmarcofernandes
Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

marcofernandes created an issue. See original summary.

marcofernandes’s picture

Status: Active » Needs review
StatusFileSize
new697 bytes

Here's a patch with a workaround.

doxigo made their first commit to this issue’s fork.

  • doxigo committed f4488e2 on 1.0.x authored by marcofernandes
    Issue #3279747 by marcofernandes, doxigo: Status/Published check box is...
doxigo’s picture

Status: Needs review » Fixed

Hey Marco, Thanks for bringing this up, Didn't notice it myself, must've been due to recent changes on Gin side maybe
Patch works fine, commited to the dev and releasing a new tag

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.