getParam('collection', null); $db = $this->getParam('db', null); $rules = $collection->getAttribute('rules', []); $namespace = 'project-document'; ?>

Collection
     

  • Update

    No attribute rules added yet.

    Update Collection

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

    Permissions

  • Activity

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; } ?>