Closed GoogleCodeExporter closed 9 years ago
Thanks for reporting, I can confirm this.
It works using insert (as you say), but not using "insert as a new row" from
edit.
Note that when fixing this, it should not only work with CURRENT_TIMESTAMP but
any default value that is not a string.
Original comment by crazy4ch...@gmail.com
on 7 Feb 2014 at 4:58
Okay, when we fix this, we should really remove the redundant code here. There
are 2 places where rows are created which do almost exactly the same thing.
1. action "row_edit" if(isset($_POST['new_row'])
2. action "row_create"
Probably time to move actions into methods because currently it is not easy to
trigger the 2nd action from the first one.
Original comment by crazy4ch...@gmail.com
on 7 Feb 2014 at 5:10
Fixed this with revision a09c27fe026f0431771ffc2ebddb46956e52c0ee.
Unfortunately not enough time to remove the redundancy now, so I more or less
copied the code from "insert" to "insert as new" so it behaves the same way.
Original comment by crazy4ch...@gmail.com
on 28 Dec 2014 at 2:49
Original issue reported on code.google.com by
ahn...@gmail.com
on 7 Feb 2014 at 4:18