* Finish task#54472.

This commit is contained in:
leiyong
2022-05-20 03:40:45 +00:00
parent 4e8ae522e4
commit df87ffddd2
4 changed files with 7 additions and 3 deletions
+1 -1
View File
@@ -67,7 +67,7 @@ function showEditCheckbox(show)
$tr.find('td:first').find('[name^="projectIdList"]').parent().remove();
}
});
if(show)
if(show && hasProject)
{
var tableFooter = "<div class='editCheckbox'><div class='checkbox-primary check-all'><input type='checkbox' id='checkAll' /><label>" + selectAll + "</label></div><div class='table-actions btn-toolbar'><button type='submit' class='btn'>" + edit + "</button></div></div>";
$('#programForm').attr('action', createLink('project', 'batchEdit', 'from=program'));