QueueManagedJob have to Dispose temporary fix. More generic implementation of sorting needed

parent b0f12dab
......@@ -90,6 +90,7 @@ class QueueManagedJob(QueueJobShop):
# the sortEntities method needs a receiver defined to sort the entities according to the availability of the manager
# so if there is a caller define him ass receiver and after the sorting set the receiver again to None
activeObject.sortEntities()
activeObject.sortEntitiesForReceiver(activeObject.objectSortingFor)
# and then perform the default behaviour
return QueueJobShop.haveToDispose(self,thecaller)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment