getParam('collection', null); $db = $this->getParam('db', null); $rules = $collection->getAttribute('rules', []); $namespace = 'project-document'; $collections = []; ?> getId()) { continue; // Do not allow rec recrusion } Authorization::disable(); //TODO Try and avoid calling the DB from the template $childCollection = $db->getDocument($item, false); Authorization::reset(); if(!$childCollection->getId()) { continue; } $collections[$childCollection->getId()] = $childCollection->getAttribute('name'); ?>

Collection
     

  • Update

    No attribute rules added yet.

    Update Collection

    setParam('collection', $collection) ->setParam('collections', $collections) ->setParam('namespace', $namespace) ->setParam('key', 'data') ->setParam('parent', 1) ; echo $comp->render(); ?>

    Permissions

  • Activity