I have the following #ask query:

{{#ask:
[[Category:User.Scrum.Updates]]
{{#if: {{{team|}}} | [[(team)::{{{team}}}]] }}
{{#if: {{{user|}}} | [[(person)::{{{user}}}]] }}
{{#if: {{{date|}}} | [[(date)::{{{date}}}]] }}
| format=table
| mainlabel=-
| ? .mainlabel.          = Date
| ? (person)             = Who
| ? (team)               = Team
| ? (work-for-yesterday) = Yesterday
| ? (planned-for-today)  = Today
| ? (impediments)        = Impediments
| ? (post-scrum)         = Post-Scrum
| limit = {{{limit|5}}}
| sort = (date)
| order = descending
}}

I have accumulated enough daily updates that I see the ...futher results
link.  When I click on it, I see two defects:

1. The 'mainlabel=-' is no longer honored.  So an extra column appears
2. the '.mainlabel.' column, which is supposed to be a link, is not
interpreted as a link, it is raw text

-- 
John Arrowwood
John (at) Irie (dash) Inc (dot) com
John (at) Arrowwood Photography (dot) com
John (at) Hanlons Razor (dot) com
--
http://www.irie-inc.com/
http://arrowwood.blogspot.com/
------------------------------------------------------------------------------
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
_______________________________________________
Semediawiki-devel mailing list
Semediawiki-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/semediawiki-devel

Reply via email to