Преглед изворни кода

#1439 fix erroneous internal comments within XML files

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@4607 a333f486-631f-4898-b8df-5754b55c2be0
cisou пре 8 година
родитељ
комит
d96e0d1362

+ 2 - 2
datamodels/2.x/itop-request-mgmt-itil/datamodel.itop-request-mgmt-itil.xml

@@ -1157,7 +1157,7 @@
         {
                 // priority[impact][urgency]
                 $aPriorities = array(
-                        // single person
+                        // a department
                         1 => array(
                                         1 => 1,
                                         2 => 1,
@@ -1171,7 +1171,7 @@
                                 3 => 3,
                                 4 => 4,
                         ),
-                        // a departement!
+                        // a person
                         3 => array(
                                         1 => 2,
                                         2 => 3,

+ 2 - 2
datamodels/2.x/itop-request-mgmt/datamodel.itop-request-mgmt.xml

@@ -1160,7 +1160,7 @@
         {
                 // priority[impact][urgency]
                 $aPriorities = array(
-                        // single person
+                        // a department
                         1 => array(
                                         1 => 1,
                                         2 => 1,
@@ -1174,7 +1174,7 @@
                                 3 => 3,
                                 4 => 4,
                         ),
-                        // a departement!
+                        // a person
                         3 => array(
                                         1 => 2,
                                         2 => 3,