Skip to content

Commit

Permalink
Fixed issue #18262: QCode.gid is not working anymore (#3138)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shnoulle committed May 16, 2023
1 parent c791172 commit e2ba887
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions application/helpers/expressions/em_core_helper.php
Expand Up @@ -39,20 +39,23 @@ class ExpressionManager
'valueNAOK',
'value',
);
// These are the allowable static suffixes for variables - each represents an attribute of a variable that can not be updated on same page
/* var string[] allowable static suffixes for variables - each represents an attribute of a variable that can not be updated on same page
* @see LimeExpressionManager->knownVars definition
*/
private $aRDP_regexpStaticAttribute = array(
'qid',
'gid',
'question',
'sgqa',
'type',
'relevance',
'grelevance',
'qseq',
'gseq',
'jsName',
'jsName_on',
'mandatory',
'qid',
'qseq',
'question',
'relevance',
'rowdivid',
'sgqa',
'type',
);
// These three variables are effectively static once constructed
private $RDP_ExpressionRegex;
Expand Down

0 comments on commit e2ba887

Please sign in to comment.