- Issue created by @loze
- π¨πSwitzerland corwino
We encountered the same issue, the following patch restores the status checkbox to the top sticky bar. Couldn't determine any undesired side effects.
- π©πͺGermany harkonn
We also encountered the same behaviour but the patch from #3 did not help. Maybe our "fix" helps others too:
We used
$form['#tree'] = TRUE;
in a hook_form_alter. After refactoring this hook to not use$form['#tree'] = TRUE;
anymore the publish-field went into the gin-sticky-form-actions again.