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
Labels
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Romain Courteaud
erp5
Commits
6a8a4776
Commit
6a8a4776
authored
May 20, 2011
by
Nicolas Delaby
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Those constraint must apply only for SyncML Subscriptions
parent
9bbf3b7d
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
93 additions
and
3 deletions
+93
-3
bt5/erp5_syncml/PropertySheetTemplateItem/portal_property_sheets/SyncMLSubscriptionConstraint/password_constraint.xml
...eets/SyncMLSubscriptionConstraint/password_constraint.xml
+46
-1
bt5/erp5_syncml/PropertySheetTemplateItem/portal_property_sheets/SyncMLSubscriptionConstraint/user_id_constraint.xml
...heets/SyncMLSubscriptionConstraint/user_id_constraint.xml
+46
-1
bt5/erp5_syncml/bt/revision
bt5/erp5_syncml/bt/revision
+1
-1
No files found.
bt5/erp5_syncml/PropertySheetTemplateItem/portal_property_sheets/SyncMLSubscriptionConstraint/password_constraint.xml
View file @
6a8a4776
...
@@ -26,6 +26,14 @@
...
@@ -26,6 +26,14 @@
</tuple>
</tuple>
</value>
</value>
</item>
</item>
<item>
<key>
<string>
criterion_property
</string>
</key>
<value>
<tuple>
<string>
portal_type
</string>
</tuple>
</value>
</item>
<item>
<item>
<key>
<string>
default_reference
</string>
</key>
<key>
<string>
default_reference
</string>
</key>
<value>
<string>
property_existence
</string>
</value>
<value>
<string>
property_existence
</string>
</value>
...
@@ -38,10 +46,38 @@
...
@@ -38,10 +46,38 @@
<key>
<string>
id
</string>
</key>
<key>
<string>
id
</string>
</key>
<value>
<string>
password_constraint
</string>
</value>
<value>
<string>
password_constraint
</string>
</value>
</item>
</item>
<item>
<key>
<string>
int_index
</string>
</key>
<value>
<none/>
</value>
</item>
<item>
<key>
<string>
membership_criterion_category
</string>
</key>
<value>
<tuple/>
</value>
</item>
<item>
<item>
<key>
<string>
portal_type
</string>
</key>
<key>
<string>
portal_type
</string>
</key>
<value>
<string>
Property Existence Constraint
</string>
</value>
<value>
<string>
Property Existence Constraint
</string>
</value>
</item>
</item>
<item>
<key>
<string>
string_index
</string>
</key>
<value>
<none/>
</value>
</item>
<item>
<key>
<string>
test_method_id
</string>
</key>
<value>
<tuple/>
</value>
</item>
<item>
<key>
<string>
test_tales_expression
</string>
</key>
<value>
<string>
python: True
</string>
</value>
</item>
</dictionary>
</dictionary>
</pickle>
</pickle>
</record>
</record>
...
@@ -54,7 +90,16 @@
...
@@ -54,7 +90,16 @@
<item>
<item>
<key>
<string>
data
</string>
</key>
<key>
<string>
data
</string>
</key>
<value>
<value>
<dictionary/>
<dictionary>
<item>
<key>
<string>
portal_type
</string>
</key>
<value>
<list>
<string>
SyncML Subscription
</string>
</list>
</value>
</item>
</dictionary>
</value>
</value>
</item>
</item>
</dictionary>
</dictionary>
...
...
bt5/erp5_syncml/PropertySheetTemplateItem/portal_property_sheets/SyncMLSubscriptionConstraint/user_id_constraint.xml
View file @
6a8a4776
...
@@ -26,6 +26,14 @@
...
@@ -26,6 +26,14 @@
</tuple>
</tuple>
</value>
</value>
</item>
</item>
<item>
<key>
<string>
criterion_property
</string>
</key>
<value>
<tuple>
<string>
portal_type
</string>
</tuple>
</value>
</item>
<item>
<item>
<key>
<string>
default_reference
</string>
</key>
<key>
<string>
default_reference
</string>
</key>
<value>
<string>
property_existence
</string>
</value>
<value>
<string>
property_existence
</string>
</value>
...
@@ -38,10 +46,38 @@
...
@@ -38,10 +46,38 @@
<key>
<string>
id
</string>
</key>
<key>
<string>
id
</string>
</key>
<value>
<string>
user_id_constraint
</string>
</value>
<value>
<string>
user_id_constraint
</string>
</value>
</item>
</item>
<item>
<key>
<string>
int_index
</string>
</key>
<value>
<none/>
</value>
</item>
<item>
<key>
<string>
membership_criterion_category
</string>
</key>
<value>
<tuple/>
</value>
</item>
<item>
<item>
<key>
<string>
portal_type
</string>
</key>
<key>
<string>
portal_type
</string>
</key>
<value>
<string>
Property Existence Constraint
</string>
</value>
<value>
<string>
Property Existence Constraint
</string>
</value>
</item>
</item>
<item>
<key>
<string>
string_index
</string>
</key>
<value>
<none/>
</value>
</item>
<item>
<key>
<string>
test_method_id
</string>
</key>
<value>
<tuple/>
</value>
</item>
<item>
<key>
<string>
test_tales_expression
</string>
</key>
<value>
<string>
python: True
</string>
</value>
</item>
</dictionary>
</dictionary>
</pickle>
</pickle>
</record>
</record>
...
@@ -54,7 +90,16 @@
...
@@ -54,7 +90,16 @@
<item>
<item>
<key>
<string>
data
</string>
</key>
<key>
<string>
data
</string>
</key>
<value>
<value>
<dictionary/>
<dictionary>
<item>
<key>
<string>
portal_type
</string>
</key>
<value>
<list>
<string>
SyncML Subscription
</string>
</list>
</value>
</item>
</dictionary>
</value>
</value>
</item>
</item>
</dictionary>
</dictionary>
...
...
bt5/erp5_syncml/bt/revision
View file @
6a8a4776
67
68
\ No newline at end of file
\ No newline at end of file
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