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
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
preetwinder
erp5
Commits
35a352e0
Commit
35a352e0
authored
Mar 31, 2017
by
Ayush Tiwari
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
erp5_catalog: Modify spelling mistake and update docstring for SQLMethod
parent
cfc82d77
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
product/ERP5/Document/SQLMethod.py
product/ERP5/Document/SQLMethod.py
+3
-1
No files found.
product/ERP5/Document/SQLMethod.py
View file @
35a352e0
...
@@ -133,8 +133,10 @@ class SQLMethod(XMLObject, ZSQL):
...
@@ -133,8 +133,10 @@ class SQLMethod(XMLObject, ZSQL):
def
_edit
(
self
,
**
kw
):
def
_edit
(
self
,
**
kw
):
"""
"""
'manange_edit' function for ZSQLMethod needs to be called everytime after
'manange_edit' function for ZSQLMethod needs to be called everytime after
editing SQLMethod object. This would insure the updat
ion
of _arg and
editing SQLMethod object. This would insure the updat
e
of _arg and
template attribute for SQLMethod which are used while creating query.
template attribute for SQLMethod which are used while creating query.
https://github.com/zopefoundation/Products.ZSQLMethods/blob/master/src/Shared/DC/ZRDB/DA.py#L353
"""
"""
XMLObject
.
_edit
(
self
,
**
kw
)
XMLObject
.
_edit
(
self
,
**
kw
)
src
=
self
.
getSrc
()
src
=
self
.
getSrc
()
...
...
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