It is also necessary to distinguish:
- create a task (in a list, on a page - Example : list Todo)
- view it (on this same page or any other) via a template
The task status can be changed in two places:
- in the original list (eg: list Todo): the new status is NOT automatically propagated in the visualization (the space-lua expression must be reload)
- in the visualization: the new status is immediately propagated in the original list PROVIDED that the
refis still valid (as you point out in your other post: Observations on Live Editing)