Skip to content
Snippets Groups Projects
Verified Commit 21286e3e authored by Alex ORLUC's avatar Alex ORLUC
Browse files

FIX #7894 fix alert IVS

parent b2318866
No related branches found
No related tags found
No related merge requests found
...@@ -186,8 +186,8 @@ ...@@ -186,8 +186,8 @@
<validationRule name="admin_action" extends="standardForm" mode="error"> <validationRule name="admin_action" extends="standardForm" mode="error">
<parameter name="action_page" type="identifier" /> <parameter name="action_page" type="identifier" />
<parameter name="action_submit" type="string" /> <parameter name="action_submit" type="string" />
<parameter name="categories_chosen" type="category_list" /> <parameter name="categories_chosen" type="arrayOfStrings" />
<parameter name="categorieslist" type="category_list" /> <parameter name="categorieslist" type="arrayOfStrings" />
<parameter name="history" type="YN" /> <parameter name="history" type="YN" />
<parameter name="is_folder_action" type="YN" /> <parameter name="is_folder_action" type="YN" />
<parameter name="keyword" type="keyword_id" /> <parameter name="keyword" type="keyword_id" />
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
<parameter name="template_datasource" type="identifier" /> <parameter name="template_datasource" type="identifier" />
<parameter name="template_content" type="string" /> <parameter name="template_content" type="string" />
<parameter name="template_content_txt" type="string" /> <parameter name="template_content_txt" type="string" />
<parameter name="template_style" type="document_id" /> <parameter name="template_style" type="string" />
<parameter name="entities_chosen" type="identifier" /> <parameter name="entities_chosen" type="identifier" />
<parameter name="submit" type="identifier" /> <parameter name="submit" type="identifier" />
<parameter name="Submit" type="string" /> <parameter name="Submit" type="string" />
...@@ -41,7 +41,7 @@ ...@@ -41,7 +41,7 @@
</validationRule> </validationRule>
<validationRule name="admin_change_templates" extends="standardForm" mode="error"> <validationRule name="admin_change_templates" extends="standardForm" mode="error">
<parameter name="template_style" type="document_id" /> <parameter name="template_style" type="string" />
<parameter name="module" type="identifier" /> <parameter name="module" type="identifier" />
</validationRule> </validationRule>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment