projects
/
pgwui_sql
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0639330
)
Don't try to automatically open a SQL edit window
author
Karl O. Pinc
<kop@karlpinc.com>
Fri, 13 Sep 2024 18:40:48 +0000
(13:40 -0500)
committer
Karl O. Pinc
<kop@karlpinc.com>
Fri, 13 Sep 2024 18:40:48 +0000
(13:40 -0500)
The problem is that the current sql is not passed to the sql edit
window. So the new window always opens with no sql. Changing this
is more bother than it's worth. At least right now.
src/pgwui_sql/templates/sql.mak
patch
|
blob
|
history
diff --git
a/src/pgwui_sql/templates/sql.mak
b/src/pgwui_sql/templates/sql.mak
index b9a3e351ceebdc18ac798365d218336162175acd..6b7c783aa5938df87b491846c6924ff6b8304226 100644
(file)
--- a/
src/pgwui_sql/templates/sql.mak
+++ b/
src/pgwui_sql/templates/sql.mak
@@
-135,9
+135,6
@@
+ ',top=' + window.screenTop)
.focus();
};
- % if havecreds:
- open_sql_edit();
- % endif
</script>
<%def name="submit(tab_index)">