#11804 closed enhancement (fixed)
Display hint in Add/Remove from Cc field when name and email not set in preferences
Reported by: | Ryan J Ollos | Owned by: | Ryan J Ollos |
---|---|---|---|
Priority: | normal | Milestone: | 1.0.3 |
Component: | ticket system | Version: | |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: |
For a user that doesn't have |
||
API Changes: | |||
Internal Changes: |
Description
For an unauthenticated session in which the name and email have not been set in Preferences the following non-functional checkbox is shown:
Instead, we can show a hint:
The change was initially suggested in #10207.
Attachments (3)
Change History (10)
by , 10 years ago
Attachment: | cc-field.png added |
---|
by , 10 years ago
Attachment: | cc-field-new.png added |
---|
comment:1 by , 10 years ago
Status: | new → assigned |
---|
by , 10 years ago
Attachment: | WithMissingClass.png added |
---|
comment:2 by , 10 years ago
comment:3 by , 10 years ago
Release Notes: | modified (diff) |
---|---|
Resolution: | → fixed |
Status: | assigned → closed |
comment:4 by , 10 years ago
The following one is extracted. I think that message has unnecessary bracket.
msgid "[1:Set your email in [2:Preferences]]" msgstr ""
It would be good to move i18n:msg
to <span>
element like this.
- <i18n:msg py:when="'cc_entry' in field"> - <span class="hint">Set your email in <a href="${href.prefs()}" class="trac-target-new">Preferences</a></span> - </i18n:msg> + <py:when test="'cc_entry' in field"> + <span class="hint" i18n:msg="">Set your email in <a href="${href.prefs()}" class="trac-target-new">Preferences</a></span> + </py:when>
comment:6 by , 10 years ago
XHTML validation issue introduced in this ticket discussed and fixed in comment:14:ticket:10984 and later comments.
comment:7 by , 10 years ago
Release Notes: | modified (diff) |
---|
Proposed changes in log:rjollos.git:t11804.