Convert usage of hardcoded namespace types
into their STI equivalent names. For example, `type: 'Group'` would become `type: Group.sti_name` This is because we are now overriding the STI name for namespaces. So we should really use those values rather than hardcoding them.
Showing
Please register or sign in to comment