Преглед на файлове

Audit rules loaded as part of the structure of the application

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@118 a333f486-631f-4898-b8df-5754b55c2be0
romainq преди 15 години
родител
ревизия
32cbb25b8a
променени са 4 файла, в които са добавени 3 реда и са изтрити 2 реда
  1. 0 2
      setup/data/export.cmd
  2. 0 0
      setup/data/structure/21.auditcategories.xml
  3. 0 0
      setup/data/structure/22.auditrules.xml
  4. 3 0
      setup/data/structure/export_profiles.cmd

+ 0 - 2
setup/data/export.cmd

@@ -26,5 +26,3 @@ wget --output-document=17.contactchangetickets.xml --post-data="auth_user=%USER%
 wget --output-document=18.contracts.xml --post-data="auth_user=%USER%&auth_pwd=%PWD%&operation=login" "%EXPORT%?expression=SELECT bizContract&format=xml"
 wget --output-document=19.infracontracts.xml --post-data="auth_user=%USER%&auth_pwd=%PWD%&operation=login" "%EXPORT%?expression=SELECT lnkInfraContract&format=xml"
 wget --output-document=20.contactcontracts.xml --post-data="auth_user=%USER%&auth_pwd=%PWD%&operation=login" "%EXPORT%?expression=SELECT lnkContactContract&format=xml"
-wget --output-document=21.auditcategories.xml --post-data="auth_user=%USER%&auth_pwd=%PWD%&operation=login" "%EXPORT%?expression=SELECT AuditCategory&format=xml"
-wget --output-document=22.auditrules.xml --post-data="auth_user=%USER%&auth_pwd=%PWD%&operation=login" "%EXPORT%?expression=SELECT AuditRule&format=xml"

+ 0 - 0
setup/data/21.auditcategories.xml → setup/data/structure/21.auditcategories.xml


+ 0 - 0
setup/data/22.auditrules.xml → setup/data/structure/22.auditrules.xml


+ 3 - 0
setup/data/structure/export_profiles.cmd

@@ -13,4 +13,7 @@ wget --output-document=13.profileprojection.xml --post-data="auth_user=%USER%&au
 wget --output-document=14.actiongrant.xml --post-data="auth_user=%USER%&auth_pwd=%PWD%&operation=login" "%EXPORT%?expression=SELECT URP_ActionGrant&format=xml"
 wget --output-document=15.attributegrant.xml --post-data="auth_user=%USER%&auth_pwd=%PWD%&operation=login" "%EXPORT%?expression=SELECT URP_AttributeGrant&format=xml"
 wget --output-document=16.stimulusgrant.xml --post-data="auth_user=%USER%&auth_pwd=%PWD%&operation=login" "%EXPORT%?expression=SELECT URP_StimulusGrant&format=xml"
+wget --output-document=21.auditcategories.xml --post-data="auth_user=%USER%&auth_pwd=%PWD%&operation=login" "%EXPORT%?expression=SELECT AuditCategory&format=xml"
+wget --output-document=22.auditrules.xml --post-data="auth_user=%USER%&auth_pwd=%PWD%&operation=login" "%EXPORT%?expression=SELECT AuditRule&format=xml"
+
 pause