mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2026-09-03 20:52:57 -05:00
Fixed potential error in the properties dialog for the Code tab. Fixes #4845.
This commit is contained in:
committed by
Akshay Joshi
parent
687fe617cc
commit
5b438e13cc
@@ -17,4 +17,5 @@ Housekeeping
|
||||
Bug fixes
|
||||
*********
|
||||
|
||||
| `Issue #4845 <https://redmine.postgresql.org/issues/4845>`_ - Fixed potential error in the properties dialog for the Code tab.
|
||||
| `Issue #4850 <https://redmine.postgresql.org/issues/4850>`_ - Fixed an issue where Datetimepicker control opens when clicking on the label.
|
||||
@@ -689,6 +689,7 @@ define([
|
||||
}
|
||||
var el = $((tmpls['panel'])(_.extend(o, {
|
||||
'tabIndex': idx,
|
||||
'tabPanelCodeClass': o.tabPanelCodeClass ? o.tabPanelCodeClass : '',
|
||||
})))
|
||||
.appendTo(tabContent)
|
||||
.removeClass('collapse').addClass('collapse');
|
||||
|
||||
Reference in New Issue
Block a user