Closed (fixed)
Project:
Drupal core
Version:
8.5.x-dev
Component:
workflows.module
Priority:
Minor
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
5 Aug 2017 at 03:36 UTC
Updated:
1 Oct 2017 at 10:50 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
wim leersComment #3
sam152 commentedComment #4
karthikkumarbodu commentedComment #5
timmillwoodI'm surprised changing this text didn't cause a test fail, so maybe we need a test here.
Comment #6
karthikkumarbodu commentedAdded Tests to verify if Content Moderation text is available as a link.
Comment #7
timmillwoodNice work
Comment #8
xjmThis is a good UX improvement; I was wondering about this myself. Normally, we don't put any references to experimental modules in stable modules, but Content Moderation and Workflows are kind of a special case. And the user will get the necessary warnings about the beta module when they look into it.
There should not be spaces around " Content Moderation " inside the
<a>tag; just the space in the middle.Comment #9
karthikkumarbodu commentedRemoved space in the anchor tag text "Content Moderation"
Comment #10
sam152 commentedLooks good.
Comment #12
xjmAlright, thanks! Committed to 8.5.x. Since 8.4.x is in RC, per the D8 allowed changes policy, string changes should be committed to the next minor version, so I did not backport it. (This does not apply to experimental modules, but Workflows is now marked stable.) :)
Comment #13
xjm