Skip to content

Operation: Lock resources from ResourceItems

T.J. Corona requested to merge tjcorona/smtk:lock_resources into master

When the concept of locking/unlocking resources was added to smtk::operation::Operation, ResourceItems didn't exist. When they were added, I forgot to update Operation's locking/unlocking logic to support them. This MR fixes that.

Merge request reports