diff options
-rw-r--r-- | app/Controller/Swimlane.php | 2 |
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) { |