* Fix bug #42377.
This commit is contained in:
@@ -30,6 +30,7 @@ ALTER TABLE `zt_project` ADD `stageBy` enum('project', 'product') NOT NULL DEFAU
|
||||
UPDATE `zt_project` SET `stageBy` = 'project' WHERE `division` = '0';
|
||||
UPDATE `zt_project` SET `stageBy` = 'product' WHERE `division` = '1';
|
||||
ALTER TABLE `zt_project` DROP `division`;
|
||||
ALTER TABLE `zt_project` CHANGE `minColWidth` `minColWidth` smallint NOT NULL DEFAULT '264' AFTER `colWidth`;
|
||||
|
||||
ALTER TABLE `zt_bug` CHANGE `linkBug` `relatedBug` varchar(255) NOT NULL DEFAULT '';
|
||||
|
||||
|
||||
@@ -334,8 +334,8 @@ $lang->kanbancolumn->confirmArchive = 'Are you sure to archive this column?
|
||||
$lang->kanbancolumn->confirmDelete = 'Are you sure to delete this column? After deleting the column, all cards in this column will also be deleted.';
|
||||
$lang->kanbancolumn->confirmDeleteChild = 'Are you sure to delete this column? After deleting a column, all cards in the column will be moved to the parent column.';
|
||||
$lang->kanbancolumn->confirmRestore = 'Are you sure you want to restore this Kanban column? After restoring the Kanban column, the Kanban column and all tasks in the Kanban column will be restored to the previous position at the same time.';
|
||||
$lang->kanbancolumn->fixedTip = 'Fixed column width must >= 200px.';
|
||||
$lang->kanbancolumn->autoTip = 'Minimum column width must >= 200px.';
|
||||
$lang->kanbancolumn->fixedTip = 'Fixed column width must >= 264px.';
|
||||
$lang->kanbancolumn->autoTip = 'Minimum column width must >= 264px.';
|
||||
|
||||
$lang->kanbanlane = new stdclass();
|
||||
$lang->kanbanlane->name = $lang->kanban->laneName;
|
||||
|
||||
@@ -334,8 +334,8 @@ $lang->kanbancolumn->confirmArchive = '您确认归档该列吗?归档列
|
||||
$lang->kanbancolumn->confirmDelete = '您确认删除该列吗?删除列后不可恢复,列上的卡片也会消失。';
|
||||
$lang->kanbancolumn->confirmDeleteChild = '您确认删除该列吗?删除列后,该列中所有卡片会被移动到兄弟列或父列。';
|
||||
$lang->kanbancolumn->confirmRestore = '您确定要还原该看板列吗?还原后,该看板列将回到之前的位置。';
|
||||
$lang->kanbancolumn->fixedTip = '固定列宽不能小于200px。';
|
||||
$lang->kanbancolumn->autoTip = '最小列宽不能小于200px。';
|
||||
$lang->kanbancolumn->fixedTip = '固定列宽不能小于264px。';
|
||||
$lang->kanbancolumn->autoTip = '最小列宽不能小于264px。';
|
||||
|
||||
$lang->kanbanlane = new stdclass();
|
||||
$lang->kanbanlane->name = $lang->kanban->laneName;
|
||||
|
||||
Reference in New Issue
Block a user