mendixlabs / mendix-tree-table

Mendix Tree Table (Mendix 8, React based, Webmodeler compatible)
https://appstore.home.mendix.com/link/app/111095/
Other
3 stars 6 forks source link

Issue with Multi Mode microflow #3

Closed JelteMX closed 5 years ago

JelteMX commented 5 years ago

There is an issue with the Multi- and Single-microflow: When you set the selection mode to 'Multi', but only select 1 item, the list that gets passed in that Microflow is empty.

This either is a bug in the client or a wrong implementation of mx.data.action.

Opting for renaming the microflows to Single Select and Multi Select and will fire based on the amount of things you select, instead of the selection mode. This makes it simpler.

Maybe also add the Empty select microflow then, so you can do something with a zero-selection, adding the context itself as an input parameter.