* extract common variable for kanban colWidth

This commit is contained in:
wangzemei
2022-09-29 12:20:54 +08:00
parent d972797ed2
commit e38d934cbd
13 changed files with 38 additions and 27 deletions
@@ -229,4 +229,6 @@ js::set('priv',
<?php js::set('needLinkProducts', $lang->execution->needLinkProducts);?>
<?php js::set('hourUnit', $config->hourUnit);?>
<?php js::set('orderBy', $storyOrder);?>
<?php js::set('defaultMinColWidth', $this->config->minColWidth);?>
<?php js::set('defaultMaxColWidth', $this->config->maxColWidth);?>
<?php include '../../common/view/footer.html.php';?>