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
The first issue is that when used with Octane, "move_to_start" and "move_to_end" cannot function correctly, but it works properly when started using "php artisan serve.
The second issue is that when dragging to reorder, duplicate items appear at the bottom. This problem doesn't occur in Safari, but it does in Chrome.
The text was updated successfully, but these errors were encountered:
This might be related to the static variable used for caching in the HasSortableRows Trait.
Using Octane this variable will be initialized once, stored in RAM and used for subsequent request, which could explain why moving items to to start or to the end will result in the same order as before.
The first issue is that when used with Octane, "move_to_start" and "move_to_end" cannot function correctly, but it works properly when started using "php artisan serve.
The second issue is that when dragging to reorder, duplicate items appear at the bottom. This problem doesn't occur in Safari, but it does in Chrome.
The text was updated successfully, but these errors were encountered: