Custom widget property being set after widget reload in action
I'm using the following custom action to navigate between between weeks of upcoming birthdays users. When the action runs, we increment the start date property. However, the property seems to lag a week behind the actual value. I believe this is happening due to the reload happening before the property is being set? How can I prevent this?
Thanks in advance!
1 Reply
As a workaround I'm currently dispatching a refresh event. Not 100% clean since the table gets queried twice technically though.