diff --git a/ChangeLog b/ChangeLog index 4efd74dbe..dd0fcf97a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -21,6 +21,7 @@ Improvements: Bug fixes: * People should not see any tasks during a search when they are not associated to a project +* Avoid to disable the default swimlane during renaming when there is no other activated swimlane Version 1.0.19 -------------- diff --git a/app/Template/board/table_container.php b/app/Template/board/table_container.php index b2d475ac4..e30f9ce8c 100644 --- a/app/Template/board/table_container.php +++ b/app/Template/board/table_container.php @@ -1,6 +1,6 @@
= t('There is no column in your project!') ?>
+= t('There is no column or swimlane activated in your project!') ?>
diff --git a/app/Template/swimlane/index.php b/app/Template/swimlane/index.php index 95b462d8a..9502cffd2 100644 --- a/app/Template/swimlane/index.php +++ b/app/Template/swimlane/index.php @@ -1,3 +1,25 @@ +