You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 23, 2019. It is now read-only.
Hello,
now, i know this is tagged with "Enhancement" here: #6
however, if i were to implement this on my own, manually (not minding to edit bootstrap.php for instance), what's the proper procedure?
Currently i've added my own Model under /Plugin/Assets/Config/boostrap.php
// TODO: make this configurable via backend
$actions = array(
'Nodes/admin_edit',
'Blocks/admin_edit',
'Types/admin_edit',
'Projects/admin_edit',
);
AND
// TODO: make this configurable via backend
$models = array('Block', 'Node', 'Type', 'Project');
the tab is being added under admin/projects/edit/14 (for example), but it doesn't seem to be calling the $this->fetch('actions'); under Croogo/View/Common/admin_edit.ctp for it to show the browse/upload/refresh buttons
right now my View/Projects/admin_edit.ctp only has this:
<?php $this->extend('/Common/admin_edit'); ?>
Actually, now that i brainstormed when preparing this issue here, i realized this issue may have nothing to do with Assets, rather than croogo? I'm still learning, and i u can't imagine how much i praise your work. but if this is a bug with a work-around, it would be awesome. :)
/avz
The text was updated successfully, but these errors were encountered:
Hello,
now, i know this is tagged with "Enhancement" here: #6
however, if i were to implement this on my own, manually (not minding to edit bootstrap.php for instance), what's the proper procedure?
Currently i've added my own Model under /Plugin/Assets/Config/boostrap.php
AND
the tab is being added under admin/projects/edit/14 (for example), but it doesn't seem to be calling the
$this->fetch('actions');
under Croogo/View/Common/admin_edit.ctp for it to show the browse/upload/refresh buttonsright now my View/Projects/admin_edit.ctp only has this:
Actually, now that i brainstormed when preparing this issue here, i realized this issue may have nothing to do with Assets, rather than croogo? I'm still learning, and i u can't imagine how much i praise your work. but if this is a bug with a work-around, it would be awesome. :)
/avz
The text was updated successfully, but these errors were encountered: