<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
  <title>aC forum: List ticket tasks on tickets / milestone pages</title>
  <link>http://www.activecollab.com/forums/topic/2368/</link>
  <description>Recent posts on topic: List ticket tasks on tickets / milestone pages</description>
  <dc:language>en-us</dc:language>
  <pubDate>Sat, 06 Sep 2008 13:00:42 CDT</pubDate>
  
  <item>
    <link>http://www.activecollab.com/forums/post/13913/#post13913</link>
    <guid>http://www.activecollab.com/forums/post/13913/#post13913</guid>
    <title>Post #14 by goldy</title>
    <dc:creator>goldy</dc:creator>
    <description><![CDATA[<p>Thanks a lot for the solution, but it won't work on localized mode. Give &quot;ticket&quot; another name and you wont have it working. Could use some help with localization tags to get it working undependant to language pack used.</p>]]></description>
    <pubDate>Fri, 18 Jul 2008 09:27:11 CDT</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/11663/#post11663</link>
    <guid>http://www.activecollab.com/forums/post/11663/#post11663</guid>
    <title>Post #13 by michelangelo</title>
    <dc:creator>michelangelo</dc:creator>
    <description><![CDATA[<p>I would love this functionality on the milestone pages. what would be a great boost in usability for our team:<br />
<br />
1. if i could go to a particular milestone and see all the checklists with nested tasks (in the same way torinhill has done for tickets) so if i need to see the status of a particular milestone, i can see all the tasks that have been completed or not to judge where we are in the project<br />
<br />
2. in the checklists view, i need to be able to see one long page (yes, it would be really long) of all the nested tasks for each checklist, otherwise i'm constantly clicking into each checklist and then going back to the master list and clicking into another checklist, etc. it can be very time consuming.<br />
<br />
i am finding in a few areas of ac 1.0 that these types of enhancements would greatly improve our productivity. for example, i just went through and made about 11 checklists. each of those checklists contain a ton of tasks and some milestones have multiple checklists. there is no way for me to go to one place to see all the tasks for a milestone.<br />
<br />
can you give me any hints on where i can add code for these? thanks!</p>]]></description>
    <pubDate>Tue, 05 Feb 2008 08:32:14 CST</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/11249/#post11249</link>
    <guid>http://www.activecollab.com/forums/post/11249/#post11249</guid>
    <title>Post #12 by torinhill</title>
    <dc:creator>torinhill</dc:creator>
    <description><![CDATA[<p>Thanks to Ilija, we've just got a HUGE improvement in overall functionality. This is part of what basecamp is missing-- that one place to see the full teams activities as they relate to a single deadline.</p>]]></description>
    <pubDate>Thu, 27 Dec 2007 18:39:18 CST</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/11247/#post11247</link>
    <guid>http://www.activecollab.com/forums/post/11247/#post11247</guid>
    <title>Post #11 by cbtrussell</title>
    <dc:creator>cbtrussell</dc:creator>
    <description><![CDATA[<p>Thanks for posting, that was a big help!</p>]]></description>
    <pubDate>Wed, 26 Dec 2007 22:05:34 CST</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/11246/#post11246</link>
    <guid>http://www.activecollab.com/forums/post/11246/#post11246</guid>
    <title>Post #10 by Leon</title>
    <dc:creator>Leon</dc:creator>
    <description><![CDATA[<p>looks great! Thanks for the screen shot torinhill! It could use a little more styling but does the job a lot better...<br />
<br />
Ilija, will you consider putting this hack into the main app for future/next release of aC?</p>]]></description>
    <pubDate>Wed, 26 Dec 2007 18:08:18 CST</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/11244/#post11244</link>
    <guid>http://www.activecollab.com/forums/post/11244/#post11244</guid>
    <title>Post #9 by torinhill</title>
    <dc:creator>torinhill</dc:creator>
    <description><![CDATA[<p>http://i80.photobucket.com/albums/j200/torinhill/example.jpg<br />
<br />
P.S. It's working great!</p>]]></description>
    <pubDate>Wed, 26 Dec 2007 15:55:13 CST</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/11239/#post11239</link>
    <guid>http://www.activecollab.com/forums/post/11239/#post11239</guid>
    <title>Post #8 by cbtrussell</title>
    <dc:creator>cbtrussell</dc:creator>
    <description><![CDATA[<p>Would you mind posting a screenshot of this so I can get a better sense of what you wound up with? Thanks!</p>]]></description>
    <pubDate>Wed, 26 Dec 2007 12:51:51 CST</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/11238/#post11238</link>
    <guid>http://www.activecollab.com/forums/post/11238/#post11238</guid>
    <title>Post #7 by torinhill</title>
    <dc:creator>torinhill</dc:creator>
    <description><![CDATA[<p>Incredible!<br />
<br />
This isn't the prettiest styling, but it absolutely acheives what we need in aC: a single place to see all of what is due at once, and act on it there.<br />
<br />
<br />
<pre name="code" class="html">&lt;div class=&quot;body&quot;&gt;       
            
			 {if $section_name == 'Tickets'}    
				&lt;table&gt;  
					{foreach from=$objects item=ticket}  
				  &lt;tr class=&quot;ticket {cycle values='odd'}&quot; id=&quot;ticket{$ticket-&gt;getId()}&quot;&gt;  
                   &lt;td valign=&quot;top&quot; class=&quot;star&quot;&gt;{object_star object=$ticket user=$logged_user}&lt;/td&gt;
                  &lt;td valign=&quot;top&quot; class=&quot;priority&quot;&gt;{object_priority object=$ticket}&lt;/td&gt;
                  &lt;td valign=&quot;top&quot; class=&quot;ticket_id&quot;&gt;#{$ticket-&gt;getTicketId()}&lt;/td&gt;
               	  &lt;td valign=&quot;top&quot; class=&quot;name&quot;&gt;&lt;a href=&quot;{$ticket-&gt;getViewUrl()}&quot;&gt;{$ticket-&gt;getName()|clean}&lt;/a&gt;
                  &lt;span class=&quot;block details&quot;&gt;{lang total=$ticket-&gt;countTasks() open=$ticket-&gt;countOpenTasks()}:open open tasks of :total tasks in the list{/lang}&lt;/span&gt;
            		&lt;div class=&quot;resources&quot;&gt;
					    {object_tasks object=$ticket}
                    &lt;/div&gt;
                  &lt;/td&gt;  
				  &lt;/tr&gt;  
					{/foreach}  
			&lt;/table&gt;     
				{else}    
			 {list_objects objects=$objects show_checkboxes=no show_header=no}    
			{/if}  
          &lt;/div&gt;</pre></p>]]></description>
    <pubDate>Tue, 25 Dec 2007 20:07:26 CST</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/11234/#post11234</link>
    <guid>http://www.activecollab.com/forums/post/11234/#post11234</guid>
    <title>Post #6 by Ilija Studen</title>
    <dc:creator>Ilija Studen</dc:creator>
    <description><![CDATA[<p>If you want to be able to use object_tasks helper you'd need to render tickets section on your own, now use list_objects helper. Something like this:<br />
<br />
<pre name="code" class="html">{if $section_name == 'Tickets'}  
  &lt;table&gt;
  {foreach from=$objects item=ticket}
    &lt;tr&gt;
      &lt;td&gt;#{$ticket-&gt;getTicketId()}&lt;/td&gt;
      &lt;td&gt;{object_link object=$ticket}&lt;/td&gt;
    &lt;/tr&gt;
  {/foreach}
  &lt;/table&gt;
  {list_objects objects=$objects show_checkboxes=yes show_header=yes}  
{else}  
   {list_objects objects=$objects show_checkboxes=no show_header=no}  
{/if}</pre><br />
<br />
You can put anything you like in the ticket listing this way, including object_tasks call. Please note that you'll probably need to style it with some CSS.</p>]]></description>
    <pubDate>Tue, 25 Dec 2007 01:05:17 CST</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/11232/#post11232</link>
    <guid>http://www.activecollab.com/forums/post/11232/#post11232</guid>
    <title>Post #5 by torinhill</title>
    <dc:creator>torinhill</dc:creator>
    <description><![CDATA[<p>Thanks Ilija.<br />
<br />
<pre name="code" class="html">{if $section_name == 'Tickets'}
   {list_objects objects=$objects show_checkboxes=yes show_header=yes}
{else}
  {list_objects objects=$objects show_checkboxes=no show_header=no}
{/if}</pre><br />
<br />
I've got the section rendering differently, but I'm unsure how to make the individual tasks per ticket show up here. (How do I format my post to get the nifty code block you've got?! :)<br />
<br />
So how can one get the tasks from a ticket to show up on this page? Are you saying that the milestone page doesn't actually pull in sufficient information to make this work?<br />
<br />
Also, the &quot;object_tasks&quot; seems to work great on multiple instances per page with no issue. Still testing, but it appears to be free of problems when creating new tasks and managing tasks within a ticket.<br />
<br />
I agree with the broken functionality aspect of having this on the tickets page. It just doesn't make for good ticket management. It should be on milestone pages instead, since there really isn't a granular view of what the whole team is doing throughout the entire system.</p>]]></description>
    <pubDate>Mon, 24 Dec 2007 16:47:50 CST</pubDate>
  </item>
</channel>
</rss>