Made Survey::getResponseDetails template vars consistent
This commit is contained in:
parent
b54a3a0262
commit
e85335cbc7
3 changed files with 9 additions and 1 deletions
|
|
@ -1510,6 +1510,7 @@ sub getResponseDetails {
|
|||
$tags->{endDateEpoch} = $endDateEpoch;
|
||||
$tags->{userId} = $ruserId;
|
||||
$tags->{username} = $rusername;
|
||||
$tags->{responseId} = $responseId;
|
||||
}
|
||||
return {
|
||||
templateVars => $tags,
|
||||
|
|
@ -1525,6 +1526,7 @@ sub getResponseDetails {
|
|||
restart => $tags->{restart},
|
||||
timeout => $tags->{timeout},
|
||||
timeoutRestart => $tags->{timeoutRestart},
|
||||
responseId => $tags->{responseId},
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue