mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2024-11-22 08:46:39 -06:00
Fixed potential error in the properties dialog for the Code tab. Fixes #4845.
This commit is contained in:
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');
|
||||
|
Loading…
Reference in New Issue
Block a user