Browse Source

Portal users must now be able to add/remove links to Persons and CIs.

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@4035 a333f486-631f-4898-b8df-5754b55c2be0
dflaven 9 years ago
parent
commit
04dcceabe7
1 changed files with 12 additions and 0 deletions
  1. 12 0
      datamodels/2.x/itop-profiles-itil/datamodel.itop-profiles-itil.xml

+ 12 - 0
datamodels/2.x/itop-profiles-itil/datamodel.itop-profiles-itil.xml

@@ -82,6 +82,12 @@
           <class id="Attachment"/>
           <class id="Attachment"/>
         </classes>
         </classes>
       </group>
       </group>
+      <group id="Portal" _delta="define">
+        <classes>
+          <class id="lnkFunctionalCIToTicket"/>
+          <class id="lnkContactToTicket"/>
+        </classes>
+      </group>
       <group id="NormalChange" _delta="define">
       <group id="NormalChange" _delta="define">
         <classes>
         <classes>
           <class id="NormalChange"/>
           <class id="NormalChange"/>
@@ -437,6 +443,12 @@
         <name>Portal user</name>
         <name>Portal user</name>
         <description>Has the rights to access to the user portal. People having this profile will not be allowed to access the standard application, they will be automatically redirected to the user portal.</description>
         <description>Has the rights to access to the user portal. People having this profile will not be allowed to access the standard application, they will be automatically redirected to the user portal.</description>
         <groups>
         <groups>
+          <group id="Portal">
+            <actions>
+              <action id="action:write">allow</action>
+              <action id="action:delete">allow</action>
+            </actions>
+          </group>
           <group id="UserRequest">
           <group id="UserRequest">
             <actions>
             <actions>
               <action id="action:write">allow</action>
               <action id="action:write">allow</action>