Extract snippet

0
Goodmorning y'all,   This morning I'm working on learning path "Expand your domain modelling skills". On section 2.4.2 the academy tells me to extract a snippet. As soon as I make this extraction I get errore code CE0576. Is anyone familiar with this error? The list views in this snippet were meant to listen to widget (the column underneath the "new" button).   Thanks in advance. Marco  
asked
1 answers
0

Hi Marco,

 

The error tells that the list(s) inside the Snippet use directly the selected item from the selected item in the main list on the page.

  1. The selection can be passed through a parameter of the snippet (probably already the case).
  2. Next, the list in the snippet can use the snippet parameter instead of direct reference to the selection.

Hopefully this helps!

Johan

 

answered