You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 4, 2022. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Issue by johndobsonRoR
Tuesday Aug 26, 2014 at 21:59 GMT
Originally opened as atk4/atk4#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.
The text was updated successfully, but these errors were encountered: