Remove project_id from task URLs
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
<p id="screenshot-inner"><?= t('Take a screenshot and press CTRL+V or ⌘+V to paste here.') ?></p>
|
||||
</div>
|
||||
|
||||
<form action="<?= $this->url->href('TaskFileController', 'screenshot', array('task_id' => $task['id'], 'project_id' => $task['project_id'])) ?>" method="post">
|
||||
<form action="<?= $this->url->href('TaskFileController', 'screenshot', array('task_id' => $task['id'])) ?>" method="post">
|
||||
<?= $this->form->csrf() ?>
|
||||
<?= $this->app->component('screenshot') ?>
|
||||
<?= $this->modal->submitButtons() ?>
|
||||
|
||||
Reference in New Issue
Block a user