ReferenceError: Can't find variable: trashEntry #972
-
All of a sudden I have started getting this console error when clicking on trash in my list view. It also does a similar thing when trying to restore and permanently delete. The bulk operations work fine, and the buttons in the action line are there, they have just stopped doing anything. Edit and preview are fine, it's just anything related to trash/restore/delete. I thought it might just be an override on one of the CRUD controllees, but it is affecting CRUDs I haven't modified for months, so it is something site wide I'm experiencing. Anybody ever had anything similar, or know a good route for bugfixing? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
The problem revolves around the @loadOnce directive. I have removed it temporarily whilst I get to the bottom of why it is not loading the script at all, rather than just loading it once. |
Beta Was this translation helpful? Give feedback.
-
Hey @logifloor I've seen that error that you are talking about here. Can you run I tested it on |
Beta Was this translation helpful? Give feedback.
-
Hey @logifloor thanks again for the heads up. This is now fixed in basset 1.3.4. A Let me know if you are still experiencing issues. Cheers |
Beta Was this translation helpful? Give feedback.
Hey @logifloor thanks again for the heads up.
This is now fixed in basset 1.3.4. A
composer update
should get you the fix. Don't forget to clear your caches withphp artisan optimize:clear
Let me know if you are still experiencing issues.
Cheers