Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/QA_4_7' into QA_4_7
Browse files Browse the repository at this point in the history
  • Loading branch information
weblate committed May 17, 2017
2 parents ee12c23 + 660123d commit fbca694
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ phpMyAdmin - ChangeLog
- issue #13241 Redirect user to last page that has any tables to display
- issue #13266 Fix link to User accounts overview page
- issue #13274 Fix error in query builder
- issue #13177 Grid editing repeats action after error

4.7.0 (2017-03-28)
- patch #12233 [Display] Improve message when renaming database to same name
Expand Down
3 changes: 2 additions & 1 deletion js/makegrid.js
Original file line number Diff line number Diff line change
Expand Up @@ -2079,7 +2079,8 @@ function PMA_makegrid(t, enableResize, enableReorder, enableVisib, enableGridEdi
// hide edit cell if the click is not fromDat edit area
if ($(e.target).parents().index($(g.cEdit)) == -1 &&
!$(e.target).parents('.ui-datepicker-header').length &&
!$('.browse_foreign_modal.ui-dialog:visible').length
!$('.browse_foreign_modal.ui-dialog:visible').length &&
!$(e.target).hasClass('error')
) {
g.hideEditCell();
}
Expand Down

0 comments on commit fbca694

Please sign in to comment.