Hi community,
I have a button working fine
<$button>
<$action-setfield $tiddler={{!!session_name}} list_sas-entree={{!!list}}/>
<$action-navigate $to={{!!session_name}}/>
Append session with this sequence
</$button>
I try to encapsulate it into a $list to enable a conditional display like that
<$list filter="[get[category_val]match[Preparation]]">
<$button>
<$action-setfield $tiddler={{!!session_name}} list_sas-entree={{!!list}}/>
<$action-navigate $to={{!!session_name}}/>
Append session test
</$button>
</$list>
The conditional display works (I see the button Append Session test) but when I click on the button nothing appends …
Is there a reason ? What is wrong in my code ?
Thanks very much for your support & help
Regards