Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5-Boxiang
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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Hamza
erp5-Boxiang
Commits
b41b8341
Commit
b41b8341
authored
Feb 25, 2012
by
Arnaud Fontaine
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Call checkConsistency of ComponentMixin superclass.
parent
5238d1e1
Changes
8
Show whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
8 additions
and
7 deletions
+8
-7
product/ERP5/bootstrap/erp5_core/PortalTypePropertySheetTemplateItem/property_sheet_list.xml
...rtalTypePropertySheetTemplateItem/property_sheet_list.xml
+0
-1
product/ERP5/bootstrap/erp5_core/bt/change_log
product/ERP5/bootstrap/erp5_core/bt/change_log
+3
-0
product/ERP5/bootstrap/erp5_core/bt/revision
product/ERP5/bootstrap/erp5_core/bt/revision
+1
-1
product/ERP5/bootstrap/erp5_core/bt/template_action_path_list
...uct/ERP5/bootstrap/erp5_core/bt/template_action_path_list
+1
-1
product/ERP5/bootstrap/erp5_core/bt/template_portal_type_property_sheet_list
...rap/erp5_core/bt/template_portal_type_property_sheet_list
+0
-1
product/ERP5/bootstrap/erp5_core/bt/template_portal_type_workflow_chain_list
...rap/erp5_core/bt/template_portal_type_workflow_chain_list
+1
-1
product/ERP5/bootstrap/erp5_core/bt/template_workflow_id_list
...uct/ERP5/bootstrap/erp5_core/bt/template_workflow_id_list
+1
-1
product/ERP5Type/mixin/component.py
product/ERP5Type/mixin/component.py
+1
-1
No files found.
product/ERP5/bootstrap/erp5_core/PortalTypePropertySheetTemplateItem/property_sheet_list.xml
View file @
b41b8341
<property_sheet_list>
<portal_type
id=
"Document Component"
>
<item>
DocumentConstraint
</item>
<item>
SortIndex
</item>
</portal_type>
<portal_type
id=
"Trash Bin"
>
...
...
product/ERP5/bootstrap/erp5_core/bt/change_log
View file @
b41b8341
2012-02-25 arnaud.fontaine
* Remove useless DocumentConstraint Property Sheet for Document Component.
2012-02-24 arnaud.fontaine
* In Component view, show the error field in the left.
...
...
product/ERP5/bootstrap/erp5_core/bt/revision
View file @
b41b8341
41007
\ No newline at end of file
41008
\ No newline at end of file
product/ERP5/bootstrap/erp5_core/bt/template_action_path_list
View file @
b41b8341
...
...
@@ -66,8 +66,8 @@ Content Existence Constraint | view
Contribution Predicate | view
Contribution Registry Tool | view
Distributed Ram Cache | view
Document | view
Document Component | view
Document | view
Domain Generator | view
Domain Tool | view
Domain | view
...
...
product/ERP5/bootstrap/erp5_core/bt/template_portal_type_property_sheet_list
View file @
b41b8341
Document Component | DocumentConstraint
Document Component | SortIndex
Trash Bin | Base
Trash Bin | SimpleItem
...
...
product/ERP5/bootstrap/erp5_core/bt/template_portal_type_workflow_chain_list
View file @
b41b8341
...
...
@@ -22,10 +22,10 @@ Category | edit_workflow
Component Tool | component_interaction_workflow
Content Existence Constraint | dynamic_class_generation_interaction_workflow
Distributed Ram Cache | distributed_ram_cache_interaction_workflow
Document | edit_workflow
Document Component | component_interaction_workflow
Document Component | component_validation_workflow
Document Component | edit_workflow
Document | edit_workflow
Dynamic Category Property | dynamic_class_generation_interaction_workflow
Extension Component | component_interaction_workflow
Extension Component | component_validation_workflow
...
...
product/ERP5/bootstrap/erp5_core/bt/template_workflow_id_list
View file @
b41b8341
base_type_interaction_workflow
business_template_building_workflow
business_template_installation_workflow
distributed_ram_cache_interaction_workflow
component_interaction_workflow
component_validation_workflow
distributed_ram_cache_interaction_workflow
dynamic_class_generation_interaction_workflow
edit_workflow
memcached_plugin_interaction_workflow
...
...
product/ERP5Type/mixin/component.py
View file @
b41b8341
...
...
@@ -163,7 +163,7 @@ class ComponentMixin(PropertyRecordableMixin, Base):
"""
XXX-arnau: should probably be in a separate Constraint class?
"""
error_list
=
[]
error_list
=
super
(
ComponentMixin
,
self
).
checkConsistency
(
*
args
,
**
kw
)
object_relative_url
=
self
.
getRelativeUrl
()
reference
=
self
.
getReference
()
...
...
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