Upgraded ifrow tag to use resolution keyword method.

This commit is contained in:
Brad Arant 2024-11-11 09:25:20 -08:00
parent 5658bb6a43
commit 4daace487d

View File

@ -13,6 +13,7 @@ namespace jet {
throw coreutils::Exception("ifrow tag must have a container.");
if(!global.sessionExists(variables["sessionid"]))
throw coreutils::Exception("sessionid does not exist.");
resolveKeyword("sessionid");
if(global.getSession(variables["sessionid"])->hasRow())
processContainer(container);
else