Blog Post
adriana4u
4 years agoMaven
Hello,
I have a question, hope someone can help
1 - When you mention events ID, it is not clear to me what you mean, maybe because you used both events as an example but let me see if I got it:
So corenode.hasancestor could be category and the id could be "dev network" which the id is "Developer" (in your community - khoros) so it would look something like this:
coreNode.hasAncestor("category") == true || coreNode.id == "Developer"
Is this the correct logic?
And I should always add == true
in front of the node right?
Thank you!