* Finish task #58288.

This commit is contained in:
liumengyi
2022-06-22 17:01:39 +08:00
parent a2e0cc5cb3
commit 4c5ff19a61
19 changed files with 22 additions and 453 deletions
+1 -1
View File
@@ -502,7 +502,7 @@ class executionModel extends model
if(isset($_POST['heightType']) and $this->post->heightType == 'custom')
{
if(!preg_match("/^-?\d+$/", $sprint->displayCards) or $sprint->displayCards < 3)
if(!preg_match("/^-?\d+$/", $execution->displayCards) or $execution->displayCards < 3)
{
$this->app->loadLang('kanban');
dao::$errors['displayCards'] = $this->lang->kanbanlane->error->mustBeInt;