Feng Forum

Support => Older versions => : negg August 10, 2009, 04:01:07 PM

: Task tag not persistent when moving from quick inline edit to 'All Options...'
: negg August 10, 2009, 04:01:07 PM
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.
: Re: Task tag not persistent when moving from quick inline edit to 'All Options...'
: alvarotm01 August 11, 2009, 04:10:52 PM
Hi,

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

this will be fixed in next release
: Re: Task tag not persistent when moving from quick inline edit to 'All Options...'
: negg August 12, 2009, 08:47:05 AM
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.