1. 22 Sep, 2021 1 commit
    • Brett Walker's avatar
      Convert usage of hardcoded namespace types · 0a626e83
      Brett Walker authored
      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.
      0a626e83
  2. 20 Sep, 2021 39 commits