Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5-Boxiang
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
Hamza
erp5-Boxiang
Commits
b6c3544f
Commit
b6c3544f
authored
Feb 07, 2012
by
Kazuhiko Shiozaki
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
make km_document_renderer gadget public by default.
parent
31addb00
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
67 additions
and
39 deletions
+67
-39
bt5/erp5_km/PathTemplateItem/portal_gadgets/km_document_renderer.xml
.../PathTemplateItem/portal_gadgets/km_document_renderer.xml
+65
-11
bt5/erp5_km/bt/revision
bt5/erp5_km/bt/revision
+1
-1
bt5/erp5_km/bt/template_keep_workflow_path_list
bt5/erp5_km/bt/template_keep_workflow_path_list
+1
-27
No files found.
bt5/erp5_km/PathTemplateItem/portal_gadgets/km_document_renderer.xml
View file @
b6c3544f
...
@@ -9,34 +9,35 @@
...
@@ -9,34 +9,35 @@
<item>
<item>
<key>
<string>
_Access_contents_information_Permission
</string>
</key>
<key>
<string>
_Access_contents_information_Permission
</string>
</key>
<value>
<value>
<list>
<tuple>
<string>
Anonymous
</string>
<string>
Assignor
</string>
<string>
Assignor
</string>
</list>
<string>
Auditor
</string>
<string>
Manager
</string>
</tuple>
</value>
</value>
</item>
</item>
<item>
<item>
<key>
<string>
_Add_portal_content_Permission
</string>
</key>
<key>
<string>
_Add_portal_content_Permission
</string>
</key>
<value>
<value>
<
list
>
<
tuple
>
<string>
Own
er
</string>
<string>
Manag
er
</string>
</
list
>
</
tuple
>
</value>
</value>
</item>
</item>
<item>
<item>
<key>
<string>
_Copy_or_Move_Permission
</string>
</key>
<key>
<string>
_Copy_or_Move_Permission
</string>
</key>
<value>
<value>
<
list
>
<
tuple
>
<string>
Own
er
</string>
<string>
Manag
er
</string>
</
list
>
</
tuple
>
</value>
</value>
</item>
</item>
<item>
<item>
<key>
<string>
_Modify_portal_content_Permission
</string>
</key>
<key>
<string>
_Modify_portal_content_Permission
</string>
</key>
<value>
<value>
<tuple>
<tuple>
<string>
Assignor
</string>
<string>
Manager
</string>
<string>
Manager
</string>
<string>
Owner
</string>
</tuple>
</tuple>
</value>
</value>
</item>
</item>
...
@@ -44,9 +45,10 @@
...
@@ -44,9 +45,10 @@
<key>
<string>
_View_Permission
</string>
</key>
<key>
<string>
_View_Permission
</string>
</key>
<value>
<value>
<tuple>
<tuple>
<string>
Anonymous
</string>
<string>
Assignor
</string>
<string>
Assignor
</string>
<string>
Auditor
</string>
<string>
Manager
</string>
<string>
Manager
</string>
<string>
Owner
</string>
</tuple>
</tuple>
</value>
</value>
</item>
</item>
...
@@ -108,6 +110,12 @@
...
@@ -108,6 +110,12 @@
<key>
<string>
view_form_id
</string>
</key>
<key>
<string>
view_form_id
</string>
</key>
<value>
<string>
WebSite_viewDocumentRender
</string>
</value>
<value>
<string>
WebSite_viewDocumentRender
</string>
</value>
</item>
</item>
<item>
<key>
<string>
workflow_history
</string>
</key>
<value>
<persistent>
<string
encoding=
"base64"
>
AAAAAAAAAAU=
</string>
</persistent>
</value>
</item>
</dictionary>
</dictionary>
</pickle>
</pickle>
</record>
</record>
...
@@ -133,4 +141,50 @@
...
@@ -133,4 +141,50 @@
<none/>
<none/>
</pickle>
</pickle>
</record>
</record>
<record
id=
"5"
aka=
"AAAAAAAAAAU="
>
<pickle>
<global
name=
"PersistentMapping"
module=
"Persistence.mapping"
/>
</pickle>
<pickle>
<dictionary>
<item>
<key>
<string>
data
</string>
</key>
<value>
<dictionary>
<item>
<key>
<string>
knowledge_pad_validation_workflow
</string>
</key>
<value>
<persistent>
<string
encoding=
"base64"
>
AAAAAAAAAAY=
</string>
</persistent>
</value>
</item>
</dictionary>
</value>
</item>
</dictionary>
</pickle>
</record>
<record
id=
"6"
aka=
"AAAAAAAAAAY="
>
<pickle>
<global
name=
"WorkflowHistoryList"
module=
"Products.ERP5Type.patches.WorkflowTool"
/>
</pickle>
<pickle>
<tuple>
<none/>
<list>
<dictionary>
<item>
<key>
<string>
validation_state
</string>
</key>
<value>
<string>
visible
</string>
</value>
</item>
</dictionary>
<dictionary>
<item>
<key>
<string>
validation_state
</string>
</key>
<value>
<string>
public
</string>
</value>
</item>
</dictionary>
</list>
</tuple>
</pickle>
</record>
</ZopeData>
</ZopeData>
bt5/erp5_km/bt/revision
View file @
b6c3544f
1850
1851
\ No newline at end of file
\ No newline at end of file
bt5/erp5_km/bt/template_keep_workflow_path_list
View file @
b6c3544f
portal_gadgets/km_admin
portal_gadgets/**
portal_gadgets/km_admin/**
portal_gadgets/km_assigned_member
portal_gadgets/km_assigned_member/**
portal_gadgets/km_document_history
portal_gadgets/km_document_history/**
portal_gadgets/km_document_profile
portal_gadgets/km_document_profile/**
portal_gadgets/km_document_relations
portal_gadgets/km_document_relations/**
portal_gadgets/km_document_versions
portal_gadgets/km_document_versions/**
portal_gadgets/km_latest_documents
portal_gadgets/km_latest_documents/**
portal_gadgets/km_login_form
portal_gadgets/km_my_contacts
portal_gadgets/km_my_contacts/**
portal_gadgets/km_my_documents
portal_gadgets/km_my_documents/**
portal_gadgets/km_my_tasks
portal_gadgets/km_my_tasks/**
portal_gadgets/km_subsection
portal_gadgets/km_subsection/**
portal_gadgets/km_tagged_document
portal_gadgets/km_tagged_document/**
portal_gadgets/web_site_browser
portal_gadgets/web_site_browser/**
web_page_module/minimal_km_footer
web_page_module/minimal_km_footer
\ 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