Menu

#4797 (ok 4.3.12) Inline edit of DATETIME fields, can't change month nor time

Latest_Git
fixed
None
Low
2015-03-14
2015-03-12
No
  1. Double click on the datetime field
  2. a datepicker with sliders for the time opens
  3. click on the little arrows for the month changing -> month is not changed
  4. try sliding any of the sliders -> slider handle does not move
CREATE TABLE IF NOT EXISTS `test` (
  `ID` int(11) NOT NULL,
  `datetime` datetime NOT NULL
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1;


INSERT INTO `test` (`ID`, `datetime`) VALUES
(1, '2015-03-12 11:30:00');


ALTER TABLE `test`
  ADD PRIMARY KEY (`ID`);

ALTER TABLE `test`
  MODIFY `ID` int(11) NOT NULL AUTO_INCREMENT,AUTO_INCREMENT=2;

Discussion

  • Atul Pratap Singh

    • summary: Inline edit of DATETIME fields, can't change month nor time --> (ok 4.3.12) Inline edit of DATETIME fields, can't change month nor time
    • status: open --> resolved
    • assigned_to: Atul Pratap Singh
    • Priority: Normal --> Low
     
  • Marc Delisle

    Marc Delisle - 2015-03-14
    • Status: resolved --> fixed
     
MongoDB Logo MongoDB