Avoid to disable the default swimlane during renaming when there is no other activated swimlane

This commit is contained in:
Frederic Guillot
2015-10-23 20:48:02 -04:00
parent ffeffa54f9
commit 9aca556fc6
3 changed files with 31 additions and 28 deletions

View File

@@ -1,6 +1,6 @@
<div id="board-container">
<?php if (empty($swimlanes) || empty($swimlanes[0]['nb_columns'])): ?>
<p class="alert alert-error"><?= t('There is no column in your project!') ?></p>
<p class="alert alert-error"><?= t('There is no column or swimlane activated in your project!') ?></p>
<?php else: ?>
<?php if (isset($not_editable)): ?>