-
You have a model with a UserAction that modifies, say the name, and has 'appliesTo' => \Atk4\Data\Model\UserAction::APPLIES_TO_SINGLE_RECORD
-
If you run that UserAction, the CardDeck should reload to reflect the changes in that record. In Crud, it works. Though, in CardDeck it won't reload the CardDeck.
Interestingly, after adding a new record, the CardDeck now updates, this did not work before.
You have a model with a UserAction that modifies, say the name, and has
'appliesTo' => \Atk4\Data\Model\UserAction::APPLIES_TO_SINGLE_RECORDIf you run that UserAction, the CardDeck should reload to reflect the changes in that record. In Crud, it works. Though, in CardDeck it won't reload the CardDeck.
Interestingly, after adding a new record, the CardDeck now updates, this did not work before.