Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
W
wendelin
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
1
Merge Requests
1
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
Klaus Wölfel
wendelin
Commits
c66579c6
Commit
c66579c6
authored
Sep 27, 2019
by
Ivan Tyagov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add default configuration of security.
parent
dc3402e4
Changes
7
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
409 additions
and
0 deletions
+409
-0
bt5/erp5_wendelin_scalability_test/PathTemplateItem/business_configuration_module/default_wendelin_configuration/1/30.xml
...figuration_module/default_wendelin_configuration/1/30.xml
+60
-0
bt5/erp5_wendelin_scalability_test/PathTemplateItem/business_configuration_module/default_wendelin_configuration/1/30/default_configuration_spreadsheet.xml
..._configuration/1/30/default_configuration_spreadsheet.xml
+232
-0
bt5/erp5_wendelin_scalability_test/PathTemplateItem/business_configuration_module/default_wendelin_configuration/1/31.xml
...figuration_module/default_wendelin_configuration/1/31.xml
+20
-0
bt5/erp5_wendelin_scalability_test/SkinTemplateItem/portal_skins/erp5_wendelin_scalability_test/BusinessConfiguration_setupWendelinConfigurationSave.py
...t/BusinessConfiguration_setupWendelinConfigurationSave.py
+7
-0
bt5/erp5_wendelin_scalability_test/SkinTemplateItem/portal_skins/erp5_wendelin_scalability_test/BusinessConfiguration_setupWendelinConfigurationSave.xml
.../BusinessConfiguration_setupWendelinConfigurationSave.xml
+62
-0
bt5/erp5_wendelin_scalability_test/SkinTemplateItem/portal_skins/erp5_wendelin_scalability_test/standard_wendelin_portal_types_roles.ods.ods
...ability_test/standard_wendelin_portal_types_roles.ods.ods
+0
-0
bt5/erp5_wendelin_scalability_test/SkinTemplateItem/portal_skins/erp5_wendelin_scalability_test/standard_wendelin_portal_types_roles.ods.xml
...ability_test/standard_wendelin_portal_types_roles.ods.xml
+28
-0
No files found.
bt5/erp5_wendelin_scalability_test/PathTemplateItem/business_configuration_module/default_wendelin_configuration/1/30.xml
0 → 100644
View file @
c66579c6
<?xml version="1.0"?>
<ZopeData>
<record
id=
"1"
aka=
"AAAAAAAAAAE="
>
<pickle>
<global
name=
"Portal Type Roles Spreadsheet Configurator Item"
module=
"erp5.portal_type"
/>
</pickle>
<pickle>
<dictionary>
<item>
<key>
<string>
_count
</string>
</key>
<value>
<persistent>
<string
encoding=
"base64"
>
AAAAAAAAAAI=
</string>
</persistent>
</value>
</item>
<item>
<key>
<string>
_mt_index
</string>
</key>
<value>
<persistent>
<string
encoding=
"base64"
>
AAAAAAAAAAM=
</string>
</persistent>
</value>
</item>
<item>
<key>
<string>
_tree
</string>
</key>
<value>
<persistent>
<string
encoding=
"base64"
>
AAAAAAAAAAQ=
</string>
</persistent>
</value>
</item>
<item>
<key>
<string>
id
</string>
</key>
<value>
<string>
30
</string>
</value>
</item>
<item>
<key>
<string>
portal_type
</string>
</key>
<value>
<string>
Portal Type Roles Spreadsheet Configurator Item
</string>
</value>
</item>
</dictionary>
</pickle>
</record>
<record
id=
"2"
aka=
"AAAAAAAAAAI="
>
<pickle>
<global
name=
"Length"
module=
"BTrees.Length"
/>
</pickle>
<pickle>
<int>
0
</int>
</pickle>
</record>
<record
id=
"3"
aka=
"AAAAAAAAAAM="
>
<pickle>
<global
name=
"OOBTree"
module=
"BTrees.OOBTree"
/>
</pickle>
<pickle>
<none/>
</pickle>
</record>
<record
id=
"4"
aka=
"AAAAAAAAAAQ="
>
<pickle>
<global
name=
"OOBTree"
module=
"BTrees.OOBTree"
/>
</pickle>
<pickle>
<none/>
</pickle>
</record>
</ZopeData>
bt5/erp5_wendelin_scalability_test/PathTemplateItem/business_configuration_module/default_wendelin_configuration/1/30/default_configuration_spreadsheet.xml
0 → 100644
View file @
c66579c6
This diff is collapsed.
Click to expand it.
bt5/erp5_wendelin_scalability_test/PathTemplateItem/business_configuration_module/default_wendelin_configuration/1/31.xml
0 → 100644
View file @
c66579c6
<?xml version="1.0"?>
<ZopeData>
<record
id=
"1"
aka=
"AAAAAAAAAAE="
>
<pickle>
<global
name=
"Security Category Mapping Configurator Item"
module=
"erp5.portal_type"
/>
</pickle>
<pickle>
<dictionary>
<item>
<key>
<string>
id
</string>
</key>
<value>
<string>
31
</string>
</value>
</item>
<item>
<key>
<string>
portal_type
</string>
</key>
<value>
<string>
Security Category Mapping Configurator Item
</string>
</value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
bt5/erp5_wendelin_scalability_test/SkinTemplateItem/portal_skins/erp5_wendelin_scalability_test/BusinessConfiguration_setupWendelinConfigurationSave.py
0 → 100644
View file @
c66579c6
configuration_save
=
context
.
restrictedTraverse
(
configuration_save_url
)
configuration_save
.
addConfigurationItem
(
"Portal Type Roles Spreadsheet Configurator Item"
,
configuration_spreadsheet_data
=
getattr
(
context
,
"standard_wendelin_portal_types_roles.ods"
).
data
)
# Create ERP5Site_getSecurityCategoryMapping
configuration_save
.
addConfigurationItem
(
"Security Category Mapping Configurator Item"
)
bt5/erp5_wendelin_scalability_test/SkinTemplateItem/portal_skins/erp5_wendelin_scalability_test/BusinessConfiguration_setupWendelinConfigurationSave.xml
0 → 100644
View file @
c66579c6
<?xml version="1.0"?>
<ZopeData>
<record
id=
"1"
aka=
"AAAAAAAAAAE="
>
<pickle>
<global
name=
"PythonScript"
module=
"Products.PythonScripts.PythonScript"
/>
</pickle>
<pickle>
<dictionary>
<item>
<key>
<string>
Script_magic
</string>
</key>
<value>
<int>
3
</int>
</value>
</item>
<item>
<key>
<string>
_bind_names
</string>
</key>
<value>
<object>
<klass>
<global
name=
"NameAssignments"
module=
"Shared.DC.Scripts.Bindings"
/>
</klass>
<tuple/>
<state>
<dictionary>
<item>
<key>
<string>
_asgns
</string>
</key>
<value>
<dictionary>
<item>
<key>
<string>
name_container
</string>
</key>
<value>
<string>
container
</string>
</value>
</item>
<item>
<key>
<string>
name_context
</string>
</key>
<value>
<string>
context
</string>
</value>
</item>
<item>
<key>
<string>
name_m_self
</string>
</key>
<value>
<string>
script
</string>
</value>
</item>
<item>
<key>
<string>
name_subpath
</string>
</key>
<value>
<string>
traverse_subpath
</string>
</value>
</item>
</dictionary>
</value>
</item>
</dictionary>
</state>
</object>
</value>
</item>
<item>
<key>
<string>
_params
</string>
</key>
<value>
<string>
configuration_save_url=None, **kw
</string>
</value>
</item>
<item>
<key>
<string>
id
</string>
</key>
<value>
<string>
BusinessConfiguration_setupWendelinConfigurationSave
</string>
</value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
bt5/erp5_wendelin_scalability_test/SkinTemplateItem/portal_skins/erp5_wendelin_scalability_test/standard_wendelin_portal_types_roles.ods.ods
0 → 100644
View file @
c66579c6
File added
bt5/erp5_wendelin_scalability_test/SkinTemplateItem/portal_skins/erp5_wendelin_scalability_test/standard_wendelin_portal_types_roles.ods.xml
0 → 100644
View file @
c66579c6
<?xml version="1.0"?>
<ZopeData>
<record
id=
"1"
aka=
"AAAAAAAAAAE="
>
<pickle>
<global
name=
"File"
module=
"OFS.Image"
/>
</pickle>
<pickle>
<dictionary>
<item>
<key>
<string>
__name__
</string>
</key>
<value>
<string>
standard_wendelin_portal_types_roles.ods
</string>
</value>
</item>
<item>
<key>
<string>
content_type
</string>
</key>
<value>
<string>
application/vnd.oasis.opendocument.spreadsheet
</string>
</value>
</item>
<item>
<key>
<string>
precondition
</string>
</key>
<value>
<string></string>
</value>
</item>
<item>
<key>
<string>
title
</string>
</key>
<value>
<string>
standard_portal_types_roles.ods
</string>
</value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
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