Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
E
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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ayush Tiwari
erp5
Commits
c253ca0a
Commit
c253ca0a
authored
Dec 05, 2017
by
Ayush Tiwari
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[erp5_business_package]: Add portal_type Commit Tool
parent
b6561ba5
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
154 additions
and
3 deletions
+154
-3
product/ERP5/bootstrap/erp5_business_package/ActionTemplateItem/portal_types/Commit%20Tool/view.xml
...ge/ActionTemplateItem/portal_types/Commit%20Tool/view.xml
+85
-0
product/ERP5/bootstrap/erp5_business_package/PortalTypeAllowedContentTypeTemplateItem/allowed_content_types.xml
...eAllowedContentTypeTemplateItem/allowed_content_types.xml
+4
-0
product/ERP5/bootstrap/erp5_business_package/PortalTypeTemplateItem/portal_types/Commit%20Tool.xml
...age/PortalTypeTemplateItem/portal_types/Commit%20Tool.xml
+58
-0
product/ERP5/bootstrap/erp5_business_package/bt/template_action_path_list
...tstrap/erp5_business_package/bt/template_action_path_list
+2
-1
product/ERP5/bootstrap/erp5_business_package/bt/template_portal_type_allowed_content_type_list
...package/bt/template_portal_type_allowed_content_type_list
+3
-1
product/ERP5/bootstrap/erp5_business_package/bt/template_portal_type_id_list
...rap/erp5_business_package/bt/template_portal_type_id_list
+2
-1
No files found.
product/ERP5/bootstrap/erp5_business_package/ActionTemplateItem/portal_types/Commit%20Tool/view.xml
0 → 100644
View file @
c253ca0a
<?xml version="1.0"?>
<ZopeData>
<record
id=
"1"
aka=
"AAAAAAAAAAE="
>
<pickle>
<global
name=
"ActionInformation"
module=
"Products.CMFCore.ActionInformation"
/>
</pickle>
<pickle>
<dictionary>
<item>
<key>
<string>
action
</string>
</key>
<value>
<persistent>
<string
encoding=
"base64"
>
AAAAAAAAAAI=
</string>
</persistent>
</value>
</item>
<item>
<key>
<string>
categories
</string>
</key>
<value>
<tuple>
<string>
action_type/object_view
</string>
</tuple>
</value>
</item>
<item>
<key>
<string>
category
</string>
</key>
<value>
<string>
object_view
</string>
</value>
</item>
<item>
<key>
<string>
condition
</string>
</key>
<value>
<string></string>
</value>
</item>
<item>
<key>
<string>
description
</string>
</key>
<value>
<none/>
</value>
</item>
<item>
<key>
<string>
icon
</string>
</key>
<value>
<string></string>
</value>
</item>
<item>
<key>
<string>
id
</string>
</key>
<value>
<string>
view
</string>
</value>
</item>
<item>
<key>
<string>
permissions
</string>
</key>
<value>
<tuple>
<string>
View
</string>
</tuple>
</value>
</item>
<item>
<key>
<string>
portal_type
</string>
</key>
<value>
<string>
Action Information
</string>
</value>
</item>
<item>
<key>
<string>
priority
</string>
</key>
<value>
<float>
1.0
</float>
</value>
</item>
<item>
<key>
<string>
title
</string>
</key>
<value>
<string>
View
</string>
</value>
</item>
<item>
<key>
<string>
visible
</string>
</key>
<value>
<int>
1
</int>
</value>
</item>
</dictionary>
</pickle>
</record>
<record
id=
"2"
aka=
"AAAAAAAAAAI="
>
<pickle>
<global
name=
"Expression"
module=
"Products.CMFCore.Expression"
/>
</pickle>
<pickle>
<dictionary>
<item>
<key>
<string>
text
</string>
</key>
<value>
<string>
string:${object_url}/CommitTool_viewCommitList
</string>
</value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
product/ERP5/bootstrap/erp5_business_package/PortalTypeAllowedContentTypeTemplateItem/allowed_content_types.xml
View file @
c253ca0a
...
...
@@ -18,4 +18,8 @@
<item>
Business Patch Item
</item>
<item>
Business Property Item
</item>
</portal_type>
<portal_type
id=
"Commit Tool"
>
<item>
Business Commit
</item>
<item>
Business Snapshot
</item>
</portal_type>
</allowed_content_type_list>
\ No newline at end of file
product/ERP5/bootstrap/erp5_business_package/PortalTypeTemplateItem/portal_types/Commit%20Tool.xml
0 → 100644
View file @
c253ca0a
<?xml version="1.0"?>
<ZopeData>
<record
id=
"1"
aka=
"AAAAAAAAAAE="
>
<pickle>
<global
name=
"Base Type"
module=
"erp5.portal_type"
/>
</pickle>
<pickle>
<dictionary>
<item>
<key>
<string>
content_icon
</string>
</key>
<value>
<none/>
</value>
</item>
<item>
<key>
<string>
description
</string>
</key>
<value>
<none/>
</value>
</item>
<item>
<key>
<string>
filter_content_types
</string>
</key>
<value>
<int>
0
</int>
</value>
</item>
<item>
<key>
<string>
id
</string>
</key>
<value>
<string>
Commit Tool
</string>
</value>
</item>
<item>
<key>
<string>
permission
</string>
</key>
<value>
<none/>
</value>
</item>
<item>
<key>
<string>
portal_type
</string>
</key>
<value>
<string>
Base Type
</string>
</value>
</item>
<item>
<key>
<string>
type_class
</string>
</key>
<value>
<string>
CommitTool
</string>
</value>
</item>
<item>
<key>
<string>
type_interface
</string>
</key>
<value>
<tuple/>
</value>
</item>
<item>
<key>
<string>
type_mixin
</string>
</key>
<value>
<tuple/>
</value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
product/ERP5/bootstrap/erp5_business_package/bt/template_action_path_list
View file @
c253ca0a
...
...
@@ -4,4 +4,5 @@ Business Manager | content_view
Business Patch Item | content_view
Business Patch Item | diff_view
Business Property Item | content_view
Business Snapshot | content_view
\ No newline at end of file
Business Snapshot | content_view
Commit Tool | view
\ No newline at end of file
product/ERP5/bootstrap/erp5_business_package/bt/template_portal_type_allowed_content_type_list
View file @
c253ca0a
...
...
@@ -8,4 +8,6 @@ Business Patch Item | Business Item
Business Patch Item | Business Property Item
Business Snapshot | Business Item
Business Snapshot | Business Patch Item
Business Snapshot | Business Property Item
\ No newline at end of file
Business Snapshot | Business Property Item
Commit Tool | Business Commit
Commit Tool | Business Snapshot
\ No newline at end of file
product/ERP5/bootstrap/erp5_business_package/bt/template_portal_type_id_list
View file @
c253ca0a
...
...
@@ -3,4 +3,5 @@ Business Item
Business Manager
Business Patch Item
Business Property Item
Business Snapshot
\ No newline at end of file
Business Snapshot
Commit Tool
\ 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