瀏覽代碼

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 年之前
父節點
當前提交
04dcceabe7
共有 1 個文件被更改,包括 12 次插入0 次删除
  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"/>
         </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>