- Issue created by @kopeboy
- 🇺🇸United States TolstoyDotCom L.A.
This can be fixed for now by making DraggableListBuilder::getEntityIds() start with this:
$query = $this->getStorage()->getQuery() ->sort($this->entityType->getKey('weight')) ->sort($this->entityType->getKey('id')) ->accessCheck(TRUE);
However, in another query accessCheck is set to FALSE so it's best to wait for the maintainer to decide.
- Status changed to Needs review
over 1 year ago 6:18pm 12 August 2023 - Status changed to Fixed
7 months ago 5:37pm 13 April 2024 Automatically closed - issue fixed for 2 weeks with no activity.