Skip to content

Provide an operation key so project resources can be read.

David Thompson requested to merge dcthomp/ace3p-extensions:updates into master

The Read operation needs to synchronously run the operation::ReadResource operation (which in turn runs child operations specific to resources types) to load project resources. This can only be accomplished with a key passed to the operation helper.

Merge request reports