Browse Source

Prompt planned start and end date for change for status planned (Trac #563)
Change Name into Last Name for a object person in English dictionary (Trac #530)
Allow service manager to delete objects in the service catalog (Trac #506)

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@2491 a333f486-631f-4898-b8df-5754b55c2be0

etaloc 12 năm trước cách đây
mục cha
commit
2fe9bebeae

+ 10 - 0
datamodels/1.x/itop-change-mgmt-1.0.0/datamodel.itop-change-mgmt.xml

@@ -496,6 +496,7 @@
               </attribute>
               <attribute id="start_date">
                 <mandatory/>
+                <must_prompt/>
               </attribute>
               <attribute id="reason">
                 <read_only/>
@@ -517,6 +518,7 @@
               </attribute>
               <attribute id="end_date">
                 <mandatory/>
+                <must_prompt/>
               </attribute>
               <attribute id="close_date">
                 <hidden/>
@@ -1531,6 +1533,7 @@
               </attribute>
               <attribute id="start_date">
                 <mandatory/>
+                <must_prompt/>
               </attribute>
               <attribute id="reason">
                 <read_only/>
@@ -1552,6 +1555,7 @@
               </attribute>
               <attribute id="end_date">
                 <mandatory/>
+                <must_prompt/>
               </attribute>
               <attribute id="close_date">
                 <hidden/>
@@ -2506,6 +2510,7 @@
               </attribute>
               <attribute id="start_date">
                 <mandatory/>
+                <must_prompt/>
               </attribute>
               <attribute id="reason">
                 <read_only/>
@@ -2527,6 +2532,7 @@
               </attribute>
               <attribute id="end_date">
                 <mandatory/>
+                <must_prompt/>
               </attribute>
               <attribute id="close_date">
                 <hidden/>
@@ -3516,6 +3522,7 @@
               </attribute>
               <attribute id="start_date">
                 <mandatory/>
+                <must_prompt/>
               </attribute>
               <attribute id="reason">
                 <read_only/>
@@ -4591,6 +4598,7 @@
               </attribute>
               <attribute id="start_date">
                 <mandatory/>
+                <must_prompt/>
               </attribute>
               <attribute id="reason">
                 <read_only/>
@@ -4612,6 +4620,7 @@
               </attribute>
               <attribute id="end_date">
                 <mandatory/>
+                <must_prompt/>
               </attribute>
               <attribute id="close_date">
                 <hidden/>
@@ -4730,6 +4739,7 @@
               </attribute>
               <attribute id="approval_date">
                 <mandatory/>
+                <must_prompt/>
               </attribute>
               <attribute id="approval_comment">
                 <mandatory/>

+ 2 - 0
datamodels/1.x/itop-config-mgmt-1.0.0/en.dict.itop-config-mgmt.php

@@ -234,6 +234,8 @@ Dict::Add('EN US', 'English', 'English', array(
 Dict::Add('EN US', 'English', 'English', array(
 	'Class:Person' => 'Person',
 	'Class:Person+' => '',
+	'Class:Person/Attribute:name' => 'Last Name',
+	'Class:Person/Attribute:name+' => '',
 	'Class:Person/Attribute:first_name' => 'First Name',
 	'Class:Person/Attribute:first_name+' => '',
 	'Class:Person/Attribute:employee_id' => 'Employee ID',

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

@@ -504,6 +504,7 @@
             <actions>
               <action xsi:type="write">allow</action>
               <action xsi:type="bulk write">allow</action>
+              <action xsi:type="delete">allow</action>
             </actions>
           </group>
           <group id="LnkServices">