| custom->workingHours;?> | -+ | |||||||
|---|---|---|---|---|---|---|---|---|
| custom->bug->fields['longlife'];?> |
-
+
day?>
|
@@ -121,7 +121,7 @@ EOT;
system : 1;?>
- value : $value, "class='form-control' " . (empty($key) ? 'readonly' : ''));?> + value : $value, "class='form-control' autocomplete='off' " . (empty($key) ? 'readonly' : ''));?> | diff --git a/module/project/view/create.html.php b/module/project/view/create.html.php index 3f04eb6285..44f09265a3 100644 --- a/module/project/view/create.html.php +++ b/module/project/view/create.html.php @@ -70,7 +70,7 @@ | project->days;?> |
-
+
project->day;?>
|
diff --git a/module/project/view/edit.html.php b/module/project/view/edit.html.php
index adf511dc02..bc1669e0ae 100644
--- a/module/project/view/edit.html.php
+++ b/module/project/view/edit.html.php
@@ -54,7 +54,7 @@
project->days;?> |
- days, "class='form-control'");?>
+ days, "class='form-control' autocomplete='off'");?>
project->day;?>
|
diff --git a/module/report/view/workload.html.php b/module/report/view/workload.html.php
index 9a2548fc77..6938b932e2 100644
--- a/module/report/view/workload.html.php
+++ b/module/report/view/workload.html.php
@@ -34,13 +34,13 @@
|
| story->estimate;?> | -estimate, "class='form-control'");?> | +estimate, "class='form-control' autocomplete='off'");?> | ||||||
| story->keywords;?> | diff --git a/module/task/view/assignto.html.php b/module/task/view/assignto.html.php index d970dd1494..166f610599 100644 --- a/module/task/view/assignto.html.php +++ b/module/task/view/assignto.html.php @@ -27,7 +27,7 @@||||||||
| task->left;?> | -left, "class='form-control'");?> task->hour;?> | + | left, "class='form-control' autocomplete='off'");?> task->hour;?> | |||||
| comment;?> | diff --git a/module/task/view/create.html.php b/module/task/view/create.html.php index e0dfa79d65..221a33215b 100644 --- a/module/task/view/create.html.php +++ b/module/task/view/create.html.php @@ -106,7 +106,7 @@||||||||
| task->estimate;?> | -estimate, "class='form-control'");?> | +estimate, "class='form-control' autocomplete='off'");?> | ||||||
| task->consumed;?> | @@ -122,7 +122,7 @@||||||||
| task->left;?> | -left, "class='form-control'");?> | +left, "class='form-control' autocomplete='off'");?> |