Fixed potential error in the properties dialog for the Code tab. Fixes #4845.

This commit is contained in:
Ganesh Jaybhay 2019-10-18 13:41:43 +05:30 committed by Akshay Joshi
parent 687fe617cc
commit 5b438e13cc
2 changed files with 2 additions and 0 deletions

View File

@ -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.

View File

@ -689,6 +689,7 @@ define([
}
var el = $((tmpls['panel'])(_.extend(o, {
'tabIndex': idx,
'tabPanelCodeClass': o.tabPanelCodeClass ? o.tabPanelCodeClass : '',
})))
.appendTo(tabContent)
.removeClass('collapse').addClass('collapse');