Author Topic: Task tag not persistent when moving from quick inline edit to 'All Options...'  (Read 2067 times)

negg

  • Newbie
  • *
  • Posts: 18
    • View Profile
I'm trying to add a task with a certain tag. So I am opening the task list, grouped by tag, click "Add Task" besides the tag headline. A light-blue popup with simple task options appears below the tag headline, but I need more options. So I click "More Options...", but I still don't have all the options I need, so I press "All Options...". Now when I check "tags" the tag assignment is lost.

alvarotm01

  • Administrator
  • Sr. Member
  • *****
  • Posts: 335
    • View Profile
    • Email
Hi,

to fix that, you can add this line after line 718 of /application/controllers/TaskController.class.php
Code: [Select]
'tags' => array_var($_POST, "tags", ''),

this will be fixed in next release

negg

  • Newbie
  • *
  • Posts: 18
    • View Profile
to fix that, you can add this line...

Thanks, that fixed it! Noticed one cosmetic issue: in the "All Option" -> "Tags" field the selected tag is displayed with two commas, e.g. "myTag,," - but that does not seem to harm.