Jelajahi Sumber

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 tahun lalu
induk
melakukan
04dcceabe7

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

@@ -82,6 +82,12 @@
           <class id="Attachment"/>
         </classes>
       </group>
+      <group id="Portal" _delta="define">
+        <classes>
+          <class id="lnkFunctionalCIToTicket"/>
+          <class id="lnkContactToTicket"/>
+        </classes>
+      </group>
       <group id="NormalChange" _delta="define">
         <classes>
           <class id="NormalChange"/>
@@ -437,6 +443,12 @@
         <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>
         <groups>
+          <group id="Portal">
+            <actions>
+              <action id="action:write">allow</action>
+              <action id="action:delete">allow</action>
+            </actions>
+          </group>
           <group id="UserRequest">
             <actions>
               <action id="action:write">allow</action>