<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
  <title>aC forum: Accidentally deleted default system roles. How can I restore them?</title>
  <link>http://www.activecollab.com/forums/topic/5520/</link>
  <description>Recent posts on topic: Accidentally deleted default system roles. How can I restore them?</description>
  <dc:language>en-us</dc:language>
  <pubDate>Wed, 23 May 2012 22:16:42 CDT</pubDate>
  
  <item>
    <link>http://www.activecollab.com/forums/post/25039/#post25039</link>
    <guid>http://www.activecollab.com/forums/post/25039/#post25039</guid>
    <title>Post #4 by Ilija Studen</title>
    <dc:creator>Ilija Studen</dc:creator>
    <description><![CDATA[<p>Moved to Tips and Tricks. You are definitely not the only one who wants to restore to default set of roles after playing with different settings or deleting roles by accident.</p>]]></description>
    <pubDate>Fri, 19 Feb 2010 17:35:54 CST</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/24460/#post24460</link>
    <guid>http://www.activecollab.com/forums/post/24460/#post24460</guid>
    <title>Post #3 by [user deleted]</title>
    <dc:creator>[user deleted]</dc:creator>
    <description><![CDATA[<p>it's just what i need. thanks :)</p>]]></description>
    <pubDate>Sat, 09 Jan 2010 06:00:26 CST</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/24458/#post24458</link>
    <guid>http://www.activecollab.com/forums/post/24458/#post24458</guid>
    <title>Post #2 by Ilija Studen</title>
    <dc:creator>Ilija Studen</dc:creator>
    <description><![CDATA[<p>Default set of roles is just a proposition, so there's no restore function. You can get original values from this array:<br />
<br />
<pre name="code" class="brush: php">array(
      new RoleDefinition('Administrator', array(
        'system_access' =&gt; true,
        'people_management' =&gt; true,
        'project_management' =&gt; true,
        'admin_access' =&gt; true,
        'add_project' =&gt; true,
        'manage_company_details' =&gt; true,
        'can_see_private_objects' =&gt; true,
        'manage_trash' =&gt; true,
        'use_time_reports' =&gt; true,
        'manage_time_reports' =&gt; true,
        'manage_assignment_filters' =&gt; true,
        'can_use_object_templates' =&gt; true,
  	    'can_manage_object_templates' =&gt; true,
      )),
      new RoleDefinition('Project Manager', array(
        'system_access' =&gt; true,
        'people_management' =&gt; false,
        'project_management' =&gt; true,
        'admin_access' =&gt; false,
        'add_project' =&gt; true,
        'manage_company_details' =&gt; false,
        'can_see_private_objects' =&gt; true,
        'manage_trash' =&gt; true,
        'use_time_reports' =&gt; true,
        'manage_time_reports' =&gt; true,
        'manage_assignment_filters' =&gt; true,
        'can_use_object_templates' =&gt; true,
  	    'can_manage_object_templates' =&gt; true,
      )),
      new RoleDefinition('Member', array(
        'system_access' =&gt; true,
        'people_management' =&gt; false,
        'project_management' =&gt; false,
        'admin_access' =&gt; false,
        'add_project' =&gt; true,
        'manage_company_details' =&gt; false,
        'can_see_private_objects' =&gt; true,
        'manage_trash' =&gt; true,
        'use_time_reports' =&gt; false,
        'manage_time_reports' =&gt; false,
        'manage_assignment_filters' =&gt; true,
        'can_use_object_templates' =&gt; true,
  	    'can_manage_object_templates' =&gt; true,
      )),
      new RoleDefinition('Client Company Member', array(
        'system_access' =&gt; true,
        'people_management' =&gt; false,
        'project_management' =&gt; false,
        'admin_access' =&gt; false,
        'add_project' =&gt; false,
        'manage_company_details' =&gt; false,
        'can_see_private_objects' =&gt; false,
        'manage_trash' =&gt; false,
        'use_time_reports' =&gt; false,
        'manage_time_reports' =&gt; false,
        'manage_assignment_filters' =&gt; false,
        'can_use_object_templates' =&gt; false,
  	    'can_manage_object_templates' =&gt; false,
      )),
      new RoleDefinition('Client Company Manager', array(
        'system_access' =&gt; true,
        'people_management' =&gt; false,
        'project_management' =&gt; false,
        'admin_access' =&gt; false,
        'add_project' =&gt; false,
        'manage_company_details' =&gt; true,
        'manage_trash' =&gt; false,
        'can_see_private_objects' =&gt; false,
        'use_time_reports' =&gt; false,
        'manage_time_reports' =&gt; false,
        'manage_assignment_filters' =&gt; false,
        'can_use_object_templates' =&gt; false,
  	    'can_manage_object_templates' =&gt; false,
      )),
    ),

  );</pre></p>]]></description>
    <pubDate>Sat, 09 Jan 2010 05:20:09 CST</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/24457/#post24457</link>
    <guid>http://www.activecollab.com/forums/post/24457/#post24457</guid>
    <title>Post #1 by [user deleted]</title>
    <dc:creator>[user deleted]</dc:creator>
    <description><![CDATA[<p>i've just deleted system roles for Project Manager, Client Company Member and Client Company Manager.<br />
and now i need to retrieve those system roles as default. but there aren't any reset/retrieve button i could use, so i don't know what's the default value for those system roles which i need.<br />
anyone can help me? thanks.</p>]]></description>
    <pubDate>Sat, 09 Jan 2010 03:30:51 CST</pubDate>
  </item>
</channel>
</rss>
