Rename controllers
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
<?= $this->form->select('owner_id', $owners, $values, $errors) ?>
|
||||
</div>
|
||||
|
||||
<?php if ($this->user->hasProjectAccess('ProjectCreation', 'create', $project['id'])): ?>
|
||||
<?php if ($this->user->hasProjectAccess('ProjectCreationController', 'create', $project['id'])): ?>
|
||||
<hr>
|
||||
<?= $this->form->checkbox('is_private', t('Private project'), 1, $project['is_private'] == 1) ?>
|
||||
<p class="form-help"><?= t('Private projects do not have users and groups management.') ?></p>
|
||||
|
||||
Reference in New Issue
Block a user