atk4 / book

4 stars 23 forks source link

CRUD issue with atk4 #38

Open DarkSide666 opened 8 years ago

DarkSide666 commented 8 years ago

Issue by johndobsonRoR Tuesday Aug 26, 2014 at 21:59 GMT Originally opened as https://github.com/atk4/atk4/issues/573


There is a CRUD issue with the first example in the atk book, the update option used for a basic edit or checking a book out as borrowed fails to rewrite the row after edit (including ID) using the 'save' button, leaving the table in an unusable state. This raises another issue, I can't locate the database where the books are stored in order to 'drop' the table and start again - the example doesn't appear to reference the "config-default.php" file in the admin directory, the only way I can drop the database is to reboot my machine.