The "continue insertion" feature, with Ajax enabled configuration, has problems with some column types:
- ENUM: the default value is not set
- all kinds of DATE columns: the date picker does not show up, or if it shows up, the picked date is not copied to the correct field
looking at the code, it seems like after "cloning" it does not bind the datepicker to the newly created date inputs.
I posted a partial solution for issue #2 here: https://sourceforge.net/tracker/?func=detail&aid=3261058&group_id=23067&atid=377410
The patch will bind the datepickers, but some issues still apply.
Second issue fixed by referenced patch in git.
Please view a proposed solution for issue #1 here:
https://sourceforge.net/tracker/?func=detail&aid=3267412&group_id=23067&atid=377410
Rouslan
I've posted an improved solution to issue #2 here:
https://sourceforge.net/tracker/?func=detail&aid=3270088&group_id=23067&atid=377410
Rouslan
Should be fixed by patches referenced bellow.