Ed Chipman
Ed Chipman
Seeing this as well in an app I've been working on, got up to 37 processes with the app running over the course of the week, when they are running...
After some more experimenting it seems to happen if the calling renderer closes before the process completes it gets stuck.
I'm not proud of it (kind of a dirty hack and may cause issues on slow machines)... but I do have a work around for this issue that seems to...
Are you getting any error? Does the allow sort checkbox show up? Also remember that `$this->modelClass` is the full namespaced class name so if your `Distributor` class is in a...
@janherman do you have DataObject's `default_sort` set to your sort field or the list going into the modal admin sorted by the sort field? Sortable grid field will not change...
AH that'll do it, because of how fluent works and how sortable grid field works they're in compatible with each other. You'd need to update the localized tables which sortable...
They do not appear to, the two files in the above example that you can't see the extension on and have the database icons are ``event-calendar-panel.feature`` and ``event-calendar-panel.yml``. The ``event-calendar-panel.feature``...
I should probably also mention I noticed this is a Windows 10 system, if it matters ;)
Unfortunately due to the confidentiality of the project the files pertain to I'm not sure, I'll ask around and see what some of the others think.
Let me see if I can slap something together later today