-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug with deleting assets #222
Comments
These are the queries that happen prior to the error: select * from The id should be 13, not 12. The DB output shows that 12 was deleted as it should be: | 12 | Noah MBP | 2014-08-15 13:05:21 | |
Thank you for the additional info, @dookie2000ca! |
|
Does the deleted asset show up in the dropdown for the license checkout? |
No, it's gone from the dropdown and everywhere else. |
Thank you - I think I see what's happening. I think the array index as the array is being built in the controller is being used as the id instead of the ID being used as the ID, which will cause hit or miss results when assigning. Very good catch, I'm sorry for the hassle. :( Working on a fix. (My local dev environment has been facacta recently, but will try to get it back up.) |
Better to catch it now than later on down the road. I'll keep an eye out for the fix and test it out when it's ready. |
Confirmed good fix. Thanks for the quick work on it! |
My pleasure - thanks again for the heads up! I hope that didn't cause too many headaches for our users. :( |
Start with the demo data in the database.
The text was updated successfully, but these errors were encountered: