Small survey bug fix to Survey::persistResponseJSON
This commit is contained in:
parent
801efdbda7
commit
e44c7bae2e
1 changed files with 1 additions and 1 deletions
|
|
@ -1940,7 +1940,7 @@ sub persistResponseJSON {
|
|||
my $self = shift;
|
||||
my $data = $self->responseJSON->freeze();
|
||||
$self->session->db->write( 'update Survey_response set responseJSON = ? where Survey_responseId = ?',
|
||||
[ $data, $self->responseId( { noCreate => 1 } ) ] );
|
||||
[ $data, $self->responseId( { ignoreRevisionDate => 1 } ) ] );
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue