Merge branch 'cyy_bug' into 'master'
* Modify product plan js error. See merge request easycorp/zentaopms!5744
This commit is contained in:
@@ -11,7 +11,7 @@ $(document).on('click', '.task-toggle', function(e)
|
||||
|
||||
$(function()
|
||||
{
|
||||
toggleFold('#productplanForm', unfoldPlans, productID, 'productplan');
|
||||
if(viewType != 'kanban') toggleFold('#productplanForm', unfoldPlans, productID, 'productplan');
|
||||
$('#productplanList tbody tr').each(function()
|
||||
{
|
||||
var $content = $(this).find('td.content');
|
||||
|
||||
Reference in New Issue
Block a user