BUGFIX align with api spec#57
BUGFIX align with api spec#57Martin187187 merged 12 commits intoadmin-shell-io:IDTA-01004-3-0-2_Workingfrom
Conversation
| USEOBJECTS "Properties" | ||
| FORMULA: | ||
| USEFORMULAS "allowSubjectGroup1" | ||
| USEFORMULA "allowSubjectGroup1" |
There was a problem hiding this comment.
I have tested this in BNF playground. And it won't work anymore.
BNF Playground does not accept the last line in the example:
FORMULA:
USEFORMULA "allowSubjectGroup1"
But this will work:
FORMULA:
$and(
GLOBAL(UTCNOW) $gt "15:00",
$or(
CLAIM("email") $eq "user1@company1.com",
CLAIM("email") $eq "user2@company2.com"
)
)
I think you have to change the example or there is a problem with the definition of USEFORMULA
There was a problem hiding this comment.
I've looked into this problem. Turns out some important parentheses were missing in the BNF. I also updated the examples so they work with the fixed BNF again.
whamm86
left a comment
There was a problem hiding this comment.
There seems to be a problem with USEFORMULA, I have commented on that
Thank you for your review! |
|
can be merged as api bugfix was approved and merged. |
bd51b49
into
admin-shell-io:IDTA-01004-3-0-2_Working
closes #59 #60 #61 #62
This Pull Request solves the following:
fixed bugs: