Ivan
Ivan
I had the same problem. Copied the file from `app/ThirdParty/Auth/Database/Migrations` to `app/Database/Migrations` and it worked
Here is what I use: ``` // Changed sorting within list onUpdate: function (evt) { let listId, listOrder, data; listId = evt.to.parentNode.getAttribute("data-id"); listOrder = this.toArray(evt.to); }, // Element is dropped...
@ux-git Thanks for taking a look at my idea. Yes, the Monthly view is a good option, and I use it often 👍 The Table view would be different in...