Skip to content

Commit

Permalink
bug phpmyadmin#4554 Grid-editing timestamp column forces datepicker.
Browse files Browse the repository at this point in the history
Signed-off-by: Ashutosh Dhundhara <[email protected]>
  • Loading branch information
ashutoshdhundhara committed Oct 8, 2014
1 parent 01d6a06 commit 536d4ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/makegrid.js
Original file line number Diff line number Diff line change
Expand Up @@ -1023,6 +1023,7 @@ function PMA_makegrid(t, enableResize, enableReorder, enableVisib, enableGridEdi
e.stopPropagation();
});

g.isEditCellTextEditable = true;
} else {
g.isEditCellTextEditable = true;
// only append edit area hint if there is a null checkbox
Expand Down

0 comments on commit 536d4ef

Please sign in to comment.