-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Labels
Description
In general the flow/moment of firing of microflows has changed:
- Datasource: Microflow with context, Dataview context: NO reference to renderview, Viewchange: microflow defined => viewchange microflow NEVER gets triggered, before that it was always triggered.
- Datasource: Microflow with context, Dataview context: reference to renderview ADDED, Viewchange: microflow defined => navigating to widget first time this microflow is NOT triggered, when changing the view it still is.
- Datasource: Microflow with context (Retrieve events for each view), Dataview context: ADDED reference to renderview, navigating to widget first time this microflow is NOT triggered, when changing the view it still is.
Jelte considered the first to be a bug, and would discuss the other ones with the developer.