Problem
A checkbox widget is used to switch done/undone state it uses

   - A stste tiddler to store states: done / undone
   - A task tiddler to store a pair value/item like *test:2019* 
   - A done tidlr to store a pair value/item like *test:2019*

*It uses actions and uncheckedactions*

   - When the status is done the actions calls a macro to move the 
   item/value to done tiddler
   - When the status is undone the uncheckedactions calls a macro to move 
   item/value to task tiddler

Issue

   - The actions seems work fine
   - The uncheckedactions fails: *It moves item/value to task tiddler but 
   the value is empty!!*

To reproduce the issue a set of tiddler is attached. Also the below wiki 
can be used to reproduce the issue

http://hirad.tiddlyspot.com/


Further note
Both macros are used for actions /uncheckedactions are tested separately 
using buttons and seems they are correct!!


Best regards
Mohammad

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/526754d5-8786-49cd-aaa1-c77311670116%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Attachment: check-box-issue.json
Description: application/json

Reply via email to