From 074f6c104f3e49401ef0065540338fc2d4be79f0 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sat, 23 Sep 2017 18:48:45 -0700 Subject: Avoid people to alter other projects by changing form data --- app/Template/category/edit.php | 3 --- 1 file changed, 3 deletions(-) (limited to 'app/Template/category/edit.php') diff --git a/app/Template/category/edit.php b/app/Template/category/edit.php index 108826f3..9ad5a9e9 100644 --- a/app/Template/category/edit.php +++ b/app/Template/category/edit.php @@ -5,9 +5,6 @@
form->csrf() ?> - form->hidden('id', $values) ?> - form->hidden('project_id', $values) ?> - form->label(t('Category Name'), 'name') ?> form->text('name', $values, $errors, array('autofocus', 'required', 'maxlength="50"', 'tabindex="1"')) ?> -- cgit v1.2.3