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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
francois
erp5
Commits
779381f1
Commit
779381f1
authored
11 years ago
by
Gabriel Monnerat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add ConstraintType property sheet to all constraint portal types
parent
26ea4410
master
allow_login_change
allow_login_change_differentiate_id_and_login
allow_login_change_wip
arnau
arnau-kns
arnau-kns-without-property-mapping
auto_extend_select_list
autoflake
backup_erp5_workflow
bk_erp5ish_actions_tool
bk_sqlcatalog
catalog_fulltext
catalog_fulltext_old
cedric
cedriclen-eos
cherry-pick-4a8e045d
clean_up_upgrader
compact_title_no_reference
credential_update_action
data_analysis_request
datetimefield
douglas_forum
dream_distributor
eos-dev
erp5-component
erp5-data-notebook
erp5-forum
erp5-preference
erp5-release
erp5-slapos-upgrade
erp5-vifib
erp5-vifib-cleanup
erp5_calendar
erp5_free_subscription
erp5_workflow
fix/accounting_period_constraint_vs_acquired_node
fix/change_state_priority
fix/login_validate_check_consistency
for_testrunner_1
for_testrunner_2
formbox
francois
gabriel-fix-rounding-in-accounting-generation
gabriel-fix-rounding-in-accounting-generation2
gadget-json-value
improve_default_caching_policy_manager
isDeletable
item_tracking_graph_editor
jerome-test
jerome_graph_editor_renderjs
jerome_user_preference_time_zone
jm/form-action-guard
joblib-activity
kns
kns-kr
master_calendar_wip_patches
master_calendar_wip_patches_extend_security
master_no_guard_on_workflow_transition
master_no_guard_on_workflow_transition_plus_calendar_wip_patchs
nexedi-erp5-jp
no_longer_simulated_state
ocropy_data_within_wendelin_datastream
officejs
officejs_clean
portal_callables
portal_solver_process_security_configuration
reindex_calendar_after_change_calendar_exception
romain-fulltext
scalability-rebase
shop-box
sms_more_than_140_characters
strict_catalog
test
testnode_software_link
timezones
tmp/getInstalledBusinessTemplate_never_installed_bt
tristan
tristan-merge
tristan-performance
view-aggregated-amounts
vivekpab_erp5webrenderjs_layoutconfig
vivekpab_jabberclient
vivekpab_renderjs_interfaces
wenjie
wenjie_branch
xiaowu_newui
erp5.util-0.4.46
erp5.util-0.4.44
erp5.util-0.4.43
erp5.util-0.4.41
erp5.util-0.4.40
erp5.util-0.4.37
No related merge requests found
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>
...
...
This diff is collapsed.
Click to expand it.
product/ERP5/bootstrap/erp5_core/bt/revision
View file @
779381f1
41154
\ No newline at end of file
41155
\ No newline at end of file
This diff is collapsed.
Click to expand it.
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
...
...
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