Problem/Motivation

I have been using the this module for years and it always works for me.

The only thing I've noticed is that it does not report the current published or UNpublished state in the back end.

For example, here I am using the Gin theme 9not that that matters)…

publish_content_incorrect_feedback_of_current_pubished_state

The above node is published but notice that the current state (published) is reported using the verb instead so it reads 'Publish' instead of 'Published'.

Likewise if the node unpublished then it reads 'Unplubish' instead of Unpublished.

Thanks

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

SirClickalot created an issue. See original summary.

bramdriesen’s picture

Looking at the code, this is actually configurable somewhere in the config I think.

publish_text_value and unpublish_text_value

I think the problem is that this value is used for both the buttons as the status display.

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

astonvictor’s picture

Version: 8.x-1.6 » 8.x-1.x-dev

astonvictor’s picture

Status: Active » Needs review

Hi there,

Created two additional config fields to set labels for the meta section on the node edit form.
thanks in advance

astonvictor’s picture

Status: Needs review » Fixed

merged

Now that this issue is closed, please review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, please credit people who helped resolve this issue.

Status: Fixed » Closed (fixed)

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