From b0be7fe54b14c5e26bc87e186bd9c52cd65e89ee Mon Sep 17 00:00:00 2001 From: dongli Date: Fri, 19 Aug 2022 07:50:31 +0000 Subject: [PATCH] * Finish task #64969. --- module/action/view/trash.html.php | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/module/action/view/trash.html.php b/module/action/view/trash.html.php index 1f0e6dd1d5..d84acf0a2f 100755 --- a/module/action/view/trash.html.php +++ b/module/action/view/trash.html.php @@ -89,17 +89,17 @@ action->date);?> actions;?> - - - - objectType == 'case' ? 'testcase' : $action->objectType;?> - - action->objectTypes, $action->objectType, '');?> - objectID;?> - - objectType == 'user' ? "account={$action->objectName}" : "id={$action->objectID}"; - $methodName = 'view'; - if($module == 'caselib') + + + + objectType == 'case' ? 'testcase' : $action->objectType;?> + + action->objectTypes, $action->objectType, '');?> + objectID;?> + + objectType == 'user' ? "account={$action->objectName}" : "id={$action->objectID}"; + $methodName = 'view'; + if($module == 'caselib') { $methodName = 'view'; $module = 'caselib';