Problem/Motivation
The "Authored by" field has an incorrect description. It contains the user's uid, but the description says it is the username.
Proposed resolution
Update the description.
Remaining tasks
Implement.
User interface changes
New description appears.
Introduced terminology
None.
API changes
None.
Data model changes
None.
Release notes snippet
Issue fork drupal-3604067
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:
- 3604067-authored-by-has
changes, plain diff MR !16102
Comments
Comment #3
liam morlandComment #4
acbramley commentedIMO the Node field description should not be changed, I don't think we should group a media views filter help text change in the same issue either.
Comment #5
liam morlandAre you saying the "Authored by" field actually contains the username?
Comment #6
acbramley commented@liam morland the stored value is a uid, but from a UI perspective a user is choosing the username, yes.
Comment #7
liam morlandI think I was looking at the values seen by PHP instead of the UI.