Prechádzať zdrojové kódy

replace emergency by urgency for user portal variables

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@2412 a333f486-631f-4898-b8df-5754b55c2be0
etaloc 12 rokov pred
rodič
commit
0147138d4b

+ 1 - 1
datamodels/2.x/itop-request-mgmt-itil/main.itop-request-mgmt-itil.php

@@ -26,7 +26,7 @@ define('PORTAL_ALL_PARAMS', 'from_service_id,org_id,caller_id,service_id,service
 
 define('PORTAL_ATTCODE_LOG', 'public_log');
 define('PORTAL_ATTCODE_COMMENT', 'user_comment');
-define('PORTAL_REQUEST_FORM_ATTRIBUTES', 'title,description,impact,emergency');
+define('PORTAL_REQUEST_FORM_ATTRIBUTES', 'title,description,impact,urgency');
 
 define('PORTAL_ATTCODE_TYPE', ''); // optional if the type has to be set
 define('PORTAL_SET_TYPE_FROM', ''); // The attribute to get the type from (Subcategory)

+ 1 - 1
datamodels/2.x/itop-request-mgmt/main.itop-request-mgmt.php

@@ -26,7 +26,7 @@ define('PORTAL_ALL_PARAMS', 'from_service_id,org_id,caller_id,service_id,service
 
 define('PORTAL_ATTCODE_LOG', 'public_log');
 define('PORTAL_ATTCODE_COMMENT', 'user_comment');
-define('PORTAL_REQUEST_FORM_ATTRIBUTES', 'title,description,impact,emergency');
+define('PORTAL_REQUEST_FORM_ATTRIBUTES', 'title,description,impact,urgency');
 
 define('PORTAL_ATTCODE_TYPE', 'request_type'); // optional if the type has to be set
 define('PORTAL_SET_TYPE_FROM', 'request_type'); // The attribute to get the type from (Subcategory)