1283 Posts
Bucklash
5 years ago
2
Topic

Hi folks

Intended Scenario, though not possible with Select Dynamic Cascade:

Cascade Start: get id of content.
Cascade In Between A: get value based on parent (Cascade Start)
Cascade End: get value based on parent (Cascade Start)<br>

Workaround, though not triggering cascade:

Cascade Start: get id of content.
Cascade End: get value based on parent (Cascade Start)
Cascade Start 2: is filled by Cascade Start
Cascade End 2: get value based on parent (Cascade Start 2)<br>

Cascade Start 2 is filled by Cascade Start, however, Cascade Start 2 does not trigger Cascade End 2. Any conditional I can think of does not trigger the field. I have tried various templates and with markup as default and none... cascade start triggers cascade start 2 etc...

Any suggestions?

Jon

Get a Book for SEBLOD
248 Posts
Giuse
5 years ago
1
Level 1

When you change a value with a javascript, Seblod fields are not aware of this change, could you try to explicitly inform all listeners of this change with a triggerEvent() call?

1283 Posts
Bucklash
5 years ago
0
Level 2

Hi Guise

Thanks for suggestion, will try it out

Get a VIP membership