The TaskViewTemplate and the TaskEditTemplate both have an error, one that 
I inadvertantly fixed when addressing my Defects model tasks.

If you go to TeamTasksSkin and look at the <table> html the <td> has <div> 
items that are not closed properly.

In the *TaskViewTemplate *the lines are:

                <td class='taskbody'><div class='viewer' macro='view text 
wikified'></div></td>
                <td class='taskControls'><div class='taskControls' 
macro='tiddler TaskTiddlerControls'></td>

And they should be:

                <td class='taskbody'><div class='viewer' macro='view text 
wikified'></div></td>
                <td class='taskControls'><div class='taskControls' 
macro='tiddler TaskTiddlerControls'></div></td>


In the *TaskEditTemplate *the lines are:

                <td class='taskbody'><div class='viewer edit' macro='edit text 
wikified'></div>*</div>*</td>

                <td class='taskControls'><div class='taskControls' 
macro='tiddler TaskTiddlerControls'></td>

And they should be:

                <td class='taskbody'><div class='viewer edit' macro='edit text 
wikified'></div></td>

                <td class='taskControls'><div class='taskControls' 
macro='tiddler TaskTiddlerControls'>*</div>*</td>


Not sure when these errors crept in.



On Thursday, May 23, 2013 11:04:52 PM UTC+10, PMario wrote:
>
> Try this one: https://gist.github.com/pmario/5635825. It should fix the 
> undefined field problem. ... but ... I'm not sure, if the filtering is 
> still done right. You'll need to test some combinations. 
>
> NewTasks, that contain undefined fields will show up in any list as far as 
> I did test it. I thought this behaviour is OK, since all fields should be 
> defined, or the tiddler should not exist.
>
> @PhilHawksworth If you are interested in the fix I cold create a pull 
> request somewhere otherwise the plugin may live as a gist for the moment :)
>
> have fun!
> mario
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/tiddlywiki?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to