Platform admin cannot create nested groups

XMLWordPrintable

      Platform admins (and probably CO admins) cannot create nested groups because the view file

      View/CoGroups/nest.ctp

      includes

        if(($permissions['buildnest'])
          && isset($co_groups[0]['CoGroup']['id'])
          && !empty($permissions['owner']))
          // && in_array($co_groups[0]['CoGroup']['id'], $permissions['owner'])) // XXX check this
          $e = true;
      

      but a platform admin is not an owner of a group and a CO admin does not need to be either.

            Assignee:
            Arlen Johnson
            Reporter:
            Scott Koranda
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: