Skip to content

BUG: Fix findByRole template methods

Robert M. O'Bara requested to merge bob.obara/smtk:fixingFindByRole into master

The original implementation would insert shared pointers set to nullptr in the return set if the resource was not of the specified type. The desired behavior is to only insert shared pointers that are not set to nullptr.

Merge request reports