summaryrefslogtreecommitdiff
path: root/app/Controller/Swimlane.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Controller/Swimlane.php')
-rw-r--r--app/Controller/Swimlane.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Controller/Swimlane.php b/app/Controller/Swimlane.php
index de2f1f12..e10d21f1 100644
--- a/app/Controller/Swimlane.php
+++ b/app/Controller/Swimlane.php
@@ -86,7 +86,7 @@ class Swimlane extends Base
{
$project = $this->getProject();
- $values = $this->request->getValues();
+ $values = $this->request->getValues() + array('show_default_swimlane' => 0);
list($valid,) = $this->swimlane->validateDefaultModification($values);
if ($valid) {