Survey Expression Engine validation++
Survey Expression Engine now detects invalid variable names passed to value(), score(), etc.. Also now detects situations where you have jump targets/expressions defined at multiple levels - thus causing precedence rules to kick in (normally this indicates a mistake) Fixed Survey edit page bug where TextEditor would not move after gotoExpression textarea resize caused items to move
This commit is contained in:
parent
02bf1db238
commit
5d6b4093be
5 changed files with 100 additions and 42 deletions
|
|
@ -19,6 +19,7 @@
|
|||
- The transaction items now store the tax that is applied to them, as well as
|
||||
tax plugin specific data that needs to be stored together with
|
||||
transactions. (Martin Kamerbeek / Oqapi )
|
||||
- Added better Survey Expression Engine validation warnings
|
||||
|
||||
7.7.5
|
||||
- Adding StoryManager.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue