Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Douglas
erp5
Commits
d62fef59
Commit
d62fef59
authored
12 years ago
by
Romain Courteaud
Committed by
Alain Takoudjou
8 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Allow to use interaction workflow when fixing consistency
parent
45973767
print_redirection
environment_demo_notebook
environment_object
feature/print_redirection
feature/testnode-frontend
hotfix/import_exception
hotfix/matplotlib-figure-persist
hotfix/test-suite-parameters-line-length
import_exception_fix
improve_error_define_undefine
jupyter_error_handling
pivottablejs
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
3 deletions
+8
-3
bt5/erp5_administration/SkinTemplateItem/portal_skins/erp5_administration/Base_checkAlarmConsistency.xml
..._skins/erp5_administration/Base_checkAlarmConsistency.xml
+8
-3
No files found.
bt5/erp5_administration/SkinTemplateItem/portal_skins/erp5_administration/Base_checkAlarmConsistency.xml
View file @
d62fef59
...
@@ -66,9 +66,14 @@ missing_category_document = portal.portal_trash.newContent(\n
...
@@ -66,9 +66,14 @@ missing_category_document = portal.portal_trash.newContent(\n
temp_object=True)\n
temp_object=True)\n
property_type_validity = PropertyTypeValidity(id=\'type_check\', description=\'Type Validity Check\')\n
property_type_validity = PropertyTypeValidity(id=\'type_check\', description=\'Type Validity Check\')\n
\n
\n
constraint_message_list.extend(context.checkConsistency(fixit=fixit))\n
if fixit:\n
constraint_message_list.extend(property_type_validity.checkConsistency(context, fixit=fixit))\n
constraint_message_list.extend(context.fixConsistency())\n
constraint_message_list.extend(missing_category_document.checkConsistency(context, fixit=fixit))\n
constraint_message_list.extend(property_type_validity.fixConsistency(context))\n
constraint_message_list.extend(missing_category_document.fixConsistency(context))\n
else:\n
constraint_message_list.extend(context.checkConsistency(fixit=fixit))\n
constraint_message_list.extend(property_type_validity.checkConsistency(context, fixit=fixit))\n
constraint_message_list.extend(missing_category_document.checkConsistency(context, fixit=fixit))\n
\n
\n
if constraint_message_list:\n
if constraint_message_list:\n
portal.restrictedTraverse(active_process).postResult(ActiveResult(severity=100,\n
portal.restrictedTraverse(active_process).postResult(ActiveResult(severity=100,\n
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment