Hi Bubblers. I have a reusable element that has an action on the main structure group so that when clicked it sends the user to another page. The issue is that this reusable element will also be part of other groups as a “label” only and shouldn’t apply that action.
To be more specific, the reusable element is a ranking name, so it has 2 uses:
- If standalone, it should send me to the ranking page, used basically as a “go to ranking” button
- If it’s within a tournament group (as I want to label which ranking the tournament is from), anything cliked on this group should just send the user to the tournament page.
What happens is that when I click the tournament group, in the specific part where the ranking label is, it sends me to the ranking and not to the tournament. I tried adding to the reusable element’s action a condition that if this is a “label use” (checkbox property on the reusable), then it doesn’t trigger the action, although what happens is that it just doesn’t do anything when the tournament group is clicked in the part where the ranking label is.
Anyone knows how to “change” the hierarchy? so that if this reusable is part of another group then whatever part of this other group is clicked then it uses the group’s “send to page” logic and not the reusable’s.
Thanks!