Upgraded ifrow tag to use resolution keyword method.
This commit is contained in:
parent
5658bb6a43
commit
4daace487d
@ -13,6 +13,7 @@ namespace jet {
|
|||||||
throw coreutils::Exception("ifrow tag must have a container.");
|
throw coreutils::Exception("ifrow tag must have a container.");
|
||||||
if(!global.sessionExists(variables["sessionid"]))
|
if(!global.sessionExists(variables["sessionid"]))
|
||||||
throw coreutils::Exception("sessionid does not exist.");
|
throw coreutils::Exception("sessionid does not exist.");
|
||||||
|
resolveKeyword("sessionid");
|
||||||
if(global.getSession(variables["sessionid"])->hasRow())
|
if(global.getSession(variables["sessionid"])->hasRow())
|
||||||
processContainer(container);
|
processContainer(container);
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user