* Fix bug for checkedSummary.

This commit is contained in:
wangyidong
2024-01-09 13:22:20 +08:00
parent 72ae4b3f68
commit bd69bf0ca4
11 changed files with 14 additions and 16 deletions
+1 -2
View File
@@ -462,7 +462,6 @@
</div>
</div>
</div>
<?php js::set('checkedSummary', $lang->product->checkedSummary);?>
<?php js::set('executionID', $execution->id);?>
<?php js::set('orderBy', $orderBy)?>
<script>
@@ -473,7 +472,7 @@ $(function()
/* Update table summary text. */
<?php $storyCommon = $lang->SRCommon;?>
var checkedSummary = '<?php echo str_replace('%storyCommon%', $storyCommon, $lang->product->checkedSummary)?>';
var checkedSummary = '<?php echo $lang->product->checkedSRSummary?>';
$('#executionStoryForm').table(
{
statisticCreator: function(table)