Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5_fork
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
Eteri
erp5_fork
Commits
1472c7e9
Commit
1472c7e9
authored
Feb 28, 2013
by
Julien Muchembled
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ZMySQLDA: fix copy & paste of deferred connection
parent
5095d9be
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
7 deletions
+1
-7
product/ZMySQLDA/DA.py
product/ZMySQLDA/DA.py
+0
-6
product/ZMySQLDA/__init__.py
product/ZMySQLDA/__init__.py
+1
-1
No files found.
product/ZMySQLDA/DA.py
View file @
1472c7e9
...
...
@@ -194,12 +194,6 @@ m.DeferredConnection = DeferredConnection
del
m
meta_types
=
(
{
'name'
:
'Z %s Database Connection'
%
database_type
,
'action'
:
'manage_addZ%sConnectionForm'
%
database_type
,
},
)
folder_methods
=
{
'manage_addZMySQLConnection'
:
manage_addZMySQLConnection
,
...
...
product/ZMySQLDA/__init__.py
View file @
1472c7e9
...
...
@@ -96,7 +96,7 @@ def initialize(context):
context
.
registerClass
(
DA
.
Connection
,
permission
=
'Add Z MySQL Database Connections'
,
constructors
=
(
DA
.
manage_addZMySQLConnectionForm
,
DA
.
manage_addZMySQLConnection
),
)
context
.
registerClass
(
DA
.
DeferredConnection
,
visibility
=
None
)
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