Problem/Motivation

#2572897: Promote and sticky options migrate to empty checkboxes dealt with the sticky and promote options labels, which are visible on the node edit form. Since the publishing status option is not a checkbox on that form (it's a button), it was not dealt with. But these options labels are also visible on the content translation admin page (admin/config/regional/content-language), and the publishing status label is still empty.
status_option

Proposed resolution

Migrate the publishing status label as we do for sticky and promote.

Remaining tasks

Write a patch. Add test. Review

User interface changes

After a migration, the publishing status option will have a label on the content translation page.

API changes

None.

Data model changes

None.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

maxocub created an issue. See original summary.

maxocub’s picture

Here's a patch for the fix and a test only patch to show the bug.

Status: Needs review » Needs work

The last submitted patch, 2: 2802719-2-test-only.patch, failed testing.

maxocub’s picture

Status: Needs work » Needs review
maxocub’s picture

Issue summary: View changes
FileSize
10.56 KB
maxocub’s picture

Issue summary: View changes
Gábor Hojtsy’s picture

Status: Needs review » Reviewed & tested by the community

Makes sense, looks good, thanks for the test!

alexpott’s picture

Status: Reviewed & tested by the community » Fixed
Issue tags: +rc eligible

Committed and pushed c9c12c5 to 8.3.x and b41558c to 8.2.x. Thanks!

As this is a migrate patch this is rc eligible.

  • alexpott committed c9c12c5 on 8.3.x
    Issue #2802719 by maxocub: Publishing status option migrate to empty...

  • alexpott committed b41558c on 8.2.x
    Issue #2802719 by maxocub: Publishing status option migrate to empty...

Status: Fixed » Closed (fixed)

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

maxocub’s picture