Skip to content

Commit

Permalink
QE-520 is valid patch question create (#3631)
Browse files Browse the repository at this point in the history
* QE-520 dev: isValidPatch op handler surveyUpdate (nothing to check)

* Added comment about what to do in later stage

* Added missing import of OpHandlerExceptionTrait

---------

Co-authored-by: pstelling <patricia.stelling@limesurvey.org>
  • Loading branch information
twilligls and Trischi80 committed Nov 21, 2023
1 parent 054aff9 commit 4eb46c6
Showing 1 changed file with 3 additions and 1 deletion.
Expand Up @@ -423,7 +423,9 @@ private function prepareAdvancedSettings(
*/
public function isValidPatch(OpInterface $op): bool
{
// TODO: Implement isValidPatch() method.
// check for existing tempId props in question,
// subquestion and/or answer when operation validation 2.0 is developed

return true;
}
}

0 comments on commit 4eb46c6

Please sign in to comment.