Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
preetwinder
erp5
Commits
ee3a4975
Commit
ee3a4975
authored
8 years ago
by
Ayush Tiwari
Browse files
Options
Download
Email Patches
Plain Diff
erp5_catalog: Update changeSQLConnectionIds to update in ERP5 SQL Methods
parent
7ecd48ca
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
product/ZSQLCatalog/ZSQLCatalog.py
product/ZSQLCatalog/ZSQLCatalog.py
+1
-1
No files found.
product/ZSQLCatalog/ZSQLCatalog.py
View file @
ee3a4975
...
...
@@ -368,7 +368,7 @@ class ZCatalog(Folder, Persistent, Implicit):
security
.
declarePrivate
(
'changeSQLConnectionIds'
)
def
changeSQLConnectionIds
(
self
,
folder
,
sql_connection_id_dict
):
if
sql_connection_id_dict
is
not
None
:
if
folder
.
meta_type
==
'Z SQL Method'
:
if
folder
.
meta_type
in
[
'Z SQL Method'
,
'ERP5 SQL Method'
]
:
connection_id
=
folder
.
connection_id
if
connection_id
in
sql_connection_id_dict
:
folder
.
connection_id
=
sql_connection_id_dict
[
connection_id
]
...
...
This diff is collapsed.
Click to expand it.
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