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
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
Carlos Ramos Carreño
erp5
Commits
779381f1
Commit
779381f1
authored
Dec 02, 2013
by
Gabriel Monnerat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add ConstraintType property sheet to all constraint portal types
parent
26ea4410
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
56 additions
and
1 deletion
+56
-1
product/ERP5/bootstrap/erp5_core/PortalTypePropertySheetTemplateItem/property_sheet_list.xml
...rtalTypePropertySheetTemplateItem/property_sheet_list.xml
+42
-0
product/ERP5/bootstrap/erp5_core/bt/revision
product/ERP5/bootstrap/erp5_core/bt/revision
+1
-1
product/ERP5/bootstrap/erp5_core/bt/template_portal_type_property_sheet_list
...rap/erp5_core/bt/template_portal_type_property_sheet_list
+13
-0
No files found.
product/ERP5/bootstrap/erp5_core/PortalTypePropertySheetTemplateItem/property_sheet_list.xml
View file @
779381f1
<property_sheet_list>
<portal_type
id=
"Attribute Blacklisted Constraint"
>
<item>
ConstraintType
</item>
</portal_type>
<portal_type
id=
"Attribute Equality Constraint"
>
<item>
ConstraintType
</item>
</portal_type>
<portal_type
id=
"Attribute Unicity Constraint"
>
<item>
ConstraintType
</item>
</portal_type>
<portal_type
id=
"Category Acquired Membership State Constraint"
>
<item>
ConstraintType
</item>
</portal_type>
<portal_type
id=
"Category Existence Constraint"
>
<item>
ConstraintType
</item>
</portal_type>
<portal_type
id=
"Category Membership Arity Constraint"
>
<item>
ConstraintType
</item>
</portal_type>
<portal_type
id=
"Category Membership State Constraint"
>
<item>
ConstraintType
</item>
</portal_type>
<portal_type
id=
"Category Related Membership Arity Constraint"
>
<item>
ConstraintType
</item>
</portal_type>
<portal_type
id=
"Category Related Membership State Constraint"
>
<item>
ConstraintType
</item>
</portal_type>
<portal_type
id=
"Content Existence Constraint"
>
<item>
ConstraintType
</item>
</portal_type>
<portal_type
id=
"Document Component"
>
<item>
SortIndex
</item>
</portal_type>
<portal_type
id=
"Extension Component"
>
<item>
SortIndex
</item>
</portal_type>
<portal_type
id=
"Property Existence Constraint"
>
<item>
ConstraintType
</item>
</portal_type>
<portal_type
id=
"Property Type Validity Constraint"
>
<item>
ConstraintType
</item>
</portal_type>
<portal_type
id=
"Script Constraint"
>
<item>
ConstraintType
</item>
<item>
Predicate
</item>
...
...
@@ -12,6 +48,12 @@
<item>
ScriptConstraint
</item>
<item>
SimpleItem
</item>
</portal_type>
<portal_type
id=
"String Attribute Match Constraint"
>
<item>
ConstraintType
</item>
</portal_type>
<portal_type
id=
"TALES Constraint"
>
<item>
ConstraintType
</item>
</portal_type>
<portal_type
id=
"Test Component"
>
<item>
SortIndex
</item>
</portal_type>
...
...
product/ERP5/bootstrap/erp5_core/bt/revision
View file @
779381f1
41154
\ No newline at end of file
41155
\ No newline at end of file
product/ERP5/bootstrap/erp5_core/bt/template_portal_type_property_sheet_list
View file @
779381f1
Attribute Blacklisted Constraint | ConstraintType
Attribute Equality Constraint | ConstraintType
Attribute Unicity Constraint | ConstraintType
Category Acquired Membership State Constraint | ConstraintType
Category Existence Constraint | ConstraintType
Category Membership Arity Constraint | ConstraintType
Category Membership State Constraint | ConstraintType
Category Related Membership Arity Constraint | ConstraintType
Category Related Membership State Constraint | ConstraintType
Content Existence Constraint | ConstraintType
Document Component | SortIndex
Extension Component | SortIndex
Property Existence Constraint | ConstraintType
Property Type Validity Constraint | ConstraintType
Script Constraint | ConstraintType
Script Constraint | ConstraintType
Script Constraint | Predicate
Script Constraint | Reference
...
...
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