If an admin has categories for user account settings other than the default, the Tasklist color picker will be displayed in all of them. This patch fixes that bug.
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | tasks.color_.98775.patch | 677 bytes | scor |
| tasks.diff | 412 bytes | cotto |
Comments
Comment #1
moonray commentedCan someone point out a module that uses categories in hook_user() and causes this problem to occur?
Comment #2
add1sun commented@moonray, What the OP is referring to is use of the profile module that creates sub-tabs in My Account for different categories in the profile. If you have say, 3 profile categories, the task color input currently displays on each category tab.
Comment #3
add1sun commentedThis issue is also a dup of http://drupal.org/node/93919. Marking it as such.
Comment #4
add1sun commentedMy bad, this is not a dup. The other patch is dealing with perms and this is just multiple displays. This patch should go in anyway but since the perms one deals with the same line of code, I think a decision needs to made on that one first so if that is going in the patch can cover them both at the same time.
Comment #5
add1sun commentedMy bad, this is not a dup. The other patch is dealing with perms and this is just multiple displays. This patch should go in anyway but since the perms one deals with the same line of code, I think a decision needs to made on that one first so if that is going in the patch can cover them both at the same time.
Comment #6
scor commentedThese 2 problems are fixed at the same line. I have attached a patch against HEAD resolving both of these issues. (this + http://drupal.org/node/93919)
Comment #7
scor commentedfixed in HEAD. Thanks to cotto and suit4.
Comment #8
(not verified) commented