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
0c8ac2d4
Commit
0c8ac2d4
authored
Sep 21, 2017
by
Ayush Tiwari
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bt5_config: Fix spelling mistake in BusinessPatchItem class
parent
9df4b36b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
product/ERP5/Document/BusinessManager.py
product/ERP5/Document/BusinessManager.py
+4
-4
No files found.
product/ERP5/Document/BusinessManager.py
View file @
0c8ac2d4
...
...
@@ -1117,7 +1117,7 @@ class BusinessPropertyItem(XMLObject):
def
getBusinessItemPropertyValue
(
self
):
return
self
.
getProperty
(
'item_property_value'
)
class
BusinesPatchItem
(
XMLObject
):
class
Busines
s
PatchItem
(
XMLObject
):
"""
Business Item for saving patch and diff. This will help us to create a diff or
...
...
@@ -1138,14 +1138,14 @@ class BusinesPatchItem(XMLObject):
Business Patch Item can be both PathItem or PropertyItem, but both of them are
quite distinguishable, so we prefer not to use them as base class for it.
"""
# CMF Type definition
portal_type
=
'Business Patch Item'
meta_type
=
'Business Patch Item'
add_permission
=
Permissions
.
AddPortalContent
# Declarative security
security
=
ClassSecurityInfo
()
security
.
declareObjectProtected
(
Permissions
.
AccessContentsInformation
)
portal_type
=
'Business Patch Item'
meta_type
=
'Business Patch Item'
icon
=
None
isIndexable
=
False
isProperty
=
False
...
...
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