Merge branch 'sprint/183_liumengyi_fixbug' into 'master'

* Fix bug for task#47976.

See merge request easycorp/zentaopms!1545
This commit is contained in:
孙广明
2022-01-21 09:28:59 +00:00
2 changed files with 0 additions and 8 deletions
-4
View File
@@ -33,10 +33,6 @@
<th><?php echo $lang->kanban->name;?></th>
<td><?php echo html::input('name', '', "class='form-control'");?></td>
</tr>
<tr>
<th><?php echo $lang->kanban->archived;?></th>
<td><?php echo html::radio('archived', $lang->kanban->enableArchived, '0');?></td>
</tr>
<?php if($type != 'private'):?>
<tr>
<th><?php echo $lang->kanban->owner;?></th>
-4
View File
@@ -26,10 +26,6 @@
<th><?php echo $lang->kanban->name;?></th>
<td><?php echo html::input('name', $kanban->name, "class='form-control'");?></td>
</tr>
<tr>
<th><?php echo $lang->kanban->archived;?></th>
<td><?php echo html::radio('archived', $lang->kanban->enableArchived, $kanban->archived);?></td>
</tr>
<?php if($type != 'private'):?>
<tr>
<th><?php echo $lang->kanban->owner;?></th>