Closed (fixed)
Project:
Rules
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Minor
Category:
Bug report
Assigned:
Reporter:
Created:
10 Jun 2009 at 03:14 UTC
Updated:
11 Jul 2009 at 12:10 UTC
Jump to comment: Most recent file
Hi guys,
Nothing major, but a bit confusing still.
function rules_action_taxonomy_load_term_form(...) {
...
'#title' => t("!vocab's terms", array('!vocab' => $vocabulary->name)),
...
'#description' => t('Optional: enter the term id (<em>not the term name</em>) that should be loaded . If this field is used "Select a term" field will be ignored.'),
The description of the text area following the select mentions "Select a term". But the title really is "My Vocab terms".
I vote for replacing the select box title by "Select a term" because "!vocab's terms" does not tell you anything about what you're supposed to do with that term...
Back soon with a patch to add functionality!
Thank you.
Alexis Wilke
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | rules-6.x-taxonomy_term_load.patch | 1.26 KB | AlexisWilke |
Comments
Comment #1
AlexisWilke commentedBtw, I know why it is done that way, but I think it is wrong.
When you get to that form, the vocabulary was defined on a previous screen and people could not see what it was. I suggest you do it like I've done it in the "Add new term" patch. That is, you add a concise message before hand that says which vocabulary was selected...
Thank you.
Alexis
Comment #2
fagoSounds good, feel free to provide a patch.. :)
Comment #3
AlexisWilke commentedHe! He! 8-)
Okay, I changed the two messages. The #title is just "Select a term" and the #description mentions the vocabulary name.
Thank you.
Alexis
Comment #4
fagothanks, committed! =)