<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
  <title>aC forum: Can't See Assignments</title>
  <link>http://www.activecollab.com/forums/topic/5559/</link>
  <description>Recent posts on topic: Can't See Assignments</description>
  <dc:language>en-us</dc:language>
  <pubDate>Thu, 24 May 2012 07:09:28 CDT</pubDate>
  
  <item>
    <link>http://www.activecollab.com/forums/post/25473/#post25473</link>
    <guid>http://www.activecollab.com/forums/post/25473/#post25473</guid>
    <title>Post #12 by Ilija Studen</title>
    <dc:creator>Ilija Studen</dc:creator>
    <description><![CDATA[<p>Hello Matthew,<br />
<br />
It's at the beginning of AssignmentFilter::prepareConditions() method - where project type filter is determined.<br />
<br />
Please note that we do not recommend hacking the code unless you have good understanding what the change will do. Check the code, read it, understand how it works and than hack it. By applying a wrong hack, you may expose too much information to users who don't need to see it, or limit data display to some users who should.</p>]]></description>
    <pubDate>Tue, 23 Mar 2010 12:44:02 CDT</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/25459/#post25459</link>
    <guid>http://www.activecollab.com/forums/post/25459/#post25459</guid>
    <title>Post #11 by matthewporter</title>
    <dc:creator>matthewporter</dc:creator>
    <description><![CDATA[<p>Hi Ilija,<br />
<br />
Thanks for the quick response.<br />
<br />
Yes, I knew that is where to look - I wonder if you could be more specific, please?<br />
<br />
I have looked at the code, but can't seem to determine where the projects I cannot see are filtered out?<br />
<br />
Many thanks,<br />
<br />
Matthew</p>]]></description>
    <pubDate>Mon, 22 Mar 2010 16:35:28 CDT</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/25455/#post25455</link>
    <guid>http://www.activecollab.com/forums/post/25455/#post25455</guid>
    <title>Post #10 by Ilija Studen</title>
    <dc:creator>Ilija Studen</dc:creator>
    <description><![CDATA[<p>Hello Matthew,<br />
<br />
Assignment filter is done by assignment filters model of resources module. <br />
<br />
Please check related controllers and models in /activecollab/application/modules/resources folder.</p>]]></description>
    <pubDate>Mon, 22 Mar 2010 11:26:38 CDT</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/25442/#post25442</link>
    <guid>http://www.activecollab.com/forums/post/25442/#post25442</guid>
    <title>Post #9 by matthewporter</title>
    <dc:creator>matthewporter</dc:creator>
    <description><![CDATA[<p>Ilija,<br />
<br />
We have the same problem here, but the solution above is not appropriate.<br />
<br />
I would like to implement a way for Administrators (or those with appropriate rights, probably &quot;can_manage_projects&quot;) to see ALL assignments, regardless of whether or not I am added to the project.<br />
<br />
I realise this will require me to hack the core, which I am comfortable doing.<br />
<br />
I have tried finding where this decision is made in the code, but cannot seem to see where in the code this filter is applied.<br />
<br />
Can you give me some advice?<br />
<br />
Thanks in advance.</p>]]></description>
    <pubDate>Mon, 22 Mar 2010 01:22:05 CDT</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/24854/#post24854</link>
    <guid>http://www.activecollab.com/forums/post/24854/#post24854</guid>
    <title>Post #8 by Ilija Studen</title>
    <dc:creator>Ilija Studen</dc:creator>
    <description><![CDATA[<p>Solutions for many problems are actually really simple :) Glad to be able to help.<br />
<br />
Thank you for evaluating activeCollab. If you have any additional questions, you know where you can find us.</p>]]></description>
    <pubDate>Fri, 05 Feb 2010 18:03:39 CST</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/24850/#post24850</link>
    <guid>http://www.activecollab.com/forums/post/24850/#post24850</guid>
    <title>Post #7 by ugain.2006</title>
    <dc:creator>ugain.2006</dc:creator>
    <description><![CDATA[<p>&quot;If a project is something of your interest, make sure that your user is added to it.&quot;<br />
<br />
As simple as that was to think of, and I missed it.........it worked!<br />
<br />
thanks.</p>]]></description>
    <pubDate>Fri, 05 Feb 2010 09:19:02 CST</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/24844/#post24844</link>
    <guid>http://www.activecollab.com/forums/post/24844/#post24844</guid>
    <title>Post #6 by Ilija Studen</title>
    <dc:creator>Ilija Studen</dc:creator>
    <description><![CDATA[<p>Hello Lisa,<br />
<br />
<div class="postQuote"><blockquote><div class="quoteAuthor">ugain.2006:</div>If I'm a P. Mgr., shouldn't I have the ability to see everyone's project via the Assignment tab?</blockquote></div><br />
<br />
Not really. Basic assumption is that you'll be member of project that you are actively working on, regardless whether you are project manager or not. <br />
<br />
Project membership is important because project managers and administrators also use the system for their own work, not just to administrer the projects, so assignment filters pull only the data that is of their interest (from projects that they are directly assigned to). If they were pulling data from all projects, than most of the filters would be useless for these users because their filters would be full of data that's not relevant to them.<br />
<br />
If, for example, you need to check out somebodies workload, you would go to that person's profile and check Schedule to see what's on their plate for a given time period.<br />
<br />
<div class="postQuote"><blockquote><div class="quoteAuthor">ugain.2006:</div>How do I see all of their assignments. What are the filter settings for this.</blockquote></div><br />
<br />
At the moment, there is no way to tell assignment filters to pull the data from projects that you are not member of. <br />
<br />
If a project is something of your interest, make sure that your user is added to it.</p>]]></description>
    <pubDate>Thu, 04 Feb 2010 13:36:44 CST</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/24843/#post24843</link>
    <guid>http://www.activecollab.com/forums/post/24843/#post24843</guid>
    <title>Post #5 by ugain.2006</title>
    <dc:creator>ugain.2006</dc:creator>
    <description><![CDATA[<p>Ilija, you stated that you just checked my setup and the assignment filter would return only assignments for projects that I am a member of and the problem with the given filter is that I'm not a member of the projects that I'd expect to have assignments pulled from.<br />
<br />
Also that if I wish to see what other people are working on, I should go to their profiles and select Schedule link from Options drop-down.<br />
<br />
<br />
Then, how is it that I'm able to see some of the projects that people are working on and not other projects that they are working on when I am the Pjct. Mgr on all the projects. It's not making sense to me.<br />
<br />
If I'm a P. Mgr., shouldn't I have the ability to see everyone's project via the Assignment tab?<br />
<br />
Going to their profile page and looking at their Calendar schedules is not ideal.<br />
<br />
How do I see all of their assignments. What are the filter settings for this.</p>]]></description>
    <pubDate>Thu, 04 Feb 2010 13:15:16 CST</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/24767/#post24767</link>
    <guid>http://www.activecollab.com/forums/post/24767/#post24767</guid>
    <title>Post #4 by Ilija Studen</title>
    <dc:creator>Ilija Studen</dc:creator>
    <description><![CDATA[<p>It should work properly. Please contact us directly to support@a51dev.com so we can arrange direct access and see what the problem is.</p>]]></description>
    <pubDate>Fri, 29 Jan 2010 14:53:02 CST</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/24766/#post24766</link>
    <guid>http://www.activecollab.com/forums/post/24766/#post24766</guid>
    <title>Post #3 by ugain.2006</title>
    <dc:creator>ugain.2006</dc:creator>
    <description><![CDATA[<p>-User is assigned to tasks. <br />
-User is added to the project and has access permissions in Tickets area for given projects.<br />
-I have no pages in any projects at all so that would not apply(removed this Tab).<br />
<br />
Again, if the assignments that do not show up are structured the same way as the assignment that does show up, what could be the issue here.<br />
<br />
Am I missing something.</p>]]></description>
    <pubDate>Fri, 29 Jan 2010 14:13:03 CST</pubDate>
  </item>
</channel>
</rss>
