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
141
Merge Requests
141
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
Jobs
Commits
Open sidebar
nexedi
erp5
Commits
4443075c
Commit
4443075c
authored
Mar 03, 2012
by
Arnaud Fontaine
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove defined groups on ZODB Component portal types as it should not be
considered as a Document for DMS for example.
parent
3e46998e
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
10 additions
and
37 deletions
+10
-37
product/ERP5/bootstrap/erp5_core/PortalTypeTemplateItem/portal_types/Accessor%20Component.xml
...talTypeTemplateItem/portal_types/Accessor%20Component.xml
+1
-6
product/ERP5/bootstrap/erp5_core/PortalTypeTemplateItem/portal_types/Document%20Component.xml
...talTypeTemplateItem/portal_types/Document%20Component.xml
+1
-6
product/ERP5/bootstrap/erp5_core/PortalTypeTemplateItem/portal_types/Extension%20Component.xml
...alTypeTemplateItem/portal_types/Extension%20Component.xml
+1
-6
product/ERP5/bootstrap/erp5_core/PortalTypeTemplateItem/portal_types/Interface%20Component.xml
...alTypeTemplateItem/portal_types/Interface%20Component.xml
+1
-6
product/ERP5/bootstrap/erp5_core/PortalTypeTemplateItem/portal_types/Mixin%20Component.xml
...PortalTypeTemplateItem/portal_types/Mixin%20Component.xml
+1
-6
product/ERP5/bootstrap/erp5_core/PortalTypeTemplateItem/portal_types/Test%20Component.xml
.../PortalTypeTemplateItem/portal_types/Test%20Component.xml
+1
-6
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
No files found.
product/ERP5/bootstrap/erp5_core/PortalTypeTemplateItem/portal_types/Accessor%20Component.xml
View file @
4443075c
...
...
@@ -52,12 +52,7 @@
<item>
<key>
<string>
group_list
</string>
</key>
<value>
<tuple>
<string>
document
</string>
<string>
my_document
</string>
<string>
recent_document
</string>
<string>
web_document
</string>
</tuple>
<tuple/>
</value>
</item>
<item>
...
...
product/ERP5/bootstrap/erp5_core/PortalTypeTemplateItem/portal_types/Document%20Component.xml
View file @
4443075c
...
...
@@ -52,12 +52,7 @@
<item>
<key>
<string>
group_list
</string>
</key>
<value>
<tuple>
<string>
document
</string>
<string>
my_document
</string>
<string>
recent_document
</string>
<string>
web_document
</string>
</tuple>
<tuple/>
</value>
</item>
<item>
...
...
product/ERP5/bootstrap/erp5_core/PortalTypeTemplateItem/portal_types/Extension%20Component.xml
View file @
4443075c
...
...
@@ -52,12 +52,7 @@
<item>
<key>
<string>
group_list
</string>
</key>
<value>
<tuple>
<string>
document
</string>
<string>
my_document
</string>
<string>
recent_document
</string>
<string>
web_document
</string>
</tuple>
<tuple/>
</value>
</item>
<item>
...
...
product/ERP5/bootstrap/erp5_core/PortalTypeTemplateItem/portal_types/Interface%20Component.xml
View file @
4443075c
...
...
@@ -52,12 +52,7 @@
<item>
<key>
<string>
group_list
</string>
</key>
<value>
<tuple>
<string>
document
</string>
<string>
my_document
</string>
<string>
recent_document
</string>
<string>
web_document
</string>
</tuple>
<tuple/>
</value>
</item>
<item>
...
...
product/ERP5/bootstrap/erp5_core/PortalTypeTemplateItem/portal_types/Mixin%20Component.xml
View file @
4443075c
...
...
@@ -52,12 +52,7 @@
<item>
<key>
<string>
group_list
</string>
</key>
<value>
<tuple>
<string>
document
</string>
<string>
my_document
</string>
<string>
recent_document
</string>
<string>
web_document
</string>
</tuple>
<tuple/>
</value>
</item>
<item>
...
...
product/ERP5/bootstrap/erp5_core/PortalTypeTemplateItem/portal_types/Test%20Component.xml
View file @
4443075c
...
...
@@ -52,12 +52,7 @@
<item>
<key>
<string>
group_list
</string>
</key>
<value>
<tuple>
<string>
document
</string>
<string>
my_document
</string>
<string>
recent_document
</string>
<string>
web_document
</string>
</tuple>
<tuple/>
</value>
</item>
<item>
...
...
product/ERP5/bootstrap/erp5_core/bt/change_log
View file @
4443075c
2012-03-03 arnaud.fontaine
* Remove defined groups on ZODB Component portal types as it should not be considered as a Document for DMS for example.
2012-03-02 arnaud.fontaine
* Implement Test Component.
...
...
product/ERP5/bootstrap/erp5_core/bt/revision
View file @
4443075c
41024
\ No newline at end of file
41025
\ 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