- đ¸đŽSlovenia alesr
I stumbled upon a related issue to this one.
Simple scenario: specific user role needs to be able to Publish/Unpublish one specific content type.
I don't understand why this cannot be added as permission which would solve this issue too.
Instead of giving this user role the whole "Administer content" permission with all the caveats which apply to all content types and/or setting
$form['status']['#access'] = TRUE;
in the form_alter.