* Fix bug#50013.
This commit is contained in:
@@ -102,9 +102,9 @@ $(document).off('click', '#linkStoryByPlan button[type="submit"]').on('click', '
|
||||
*/
|
||||
window.setStatistics = function(element, checkedIdList)
|
||||
{
|
||||
if(!checkedIdList) return {html: summary};
|
||||
|
||||
const checkedTotal = checkedIdList.length;
|
||||
if(!checkedTotal) return {html: summary};
|
||||
|
||||
$('#storyIdList').val(checkedIdList.join(','));
|
||||
|
||||
let checkedEstimate = 0;
|
||||
|
||||
Reference in New Issue
Block a user