Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Queue: set LIMS session ID in BaseQueueEntry class
Assign LIMS session ID to data model in the BaseQueueEntry constructor, to make it available to all queue entry types. As custom queue entries will typically inherit BaseQueueEntry class, they will not run the code in DataCollectionQueueEntry. This change is needed for situations where custom queue entries need to call mxcubecore.model.queue_model_objects.to_collect_dict() function, which reads LIMS session ID from data model object.
- Loading branch information