metasfresh / metasfresh-webui-api-legacy

metasfresh webui API server
GNU General Public License v3.0
30 stars 32 forks source link

Allow Filtering of Label-Type-Fields in WebUI #788

Closed metas-mk closed 6 years ago

metas-mk commented 6 years ago

Is this a bug or feature request?

Feature Request

What is the current behavior?

Currently, it is not possible to add a label-type-field in WebUI grid view.

Which are the steps to reproduce?

Open, try and see.

What is the expected or desired behavior?

Add the possibility to search for the content (labels) of label-type-fields. The search field shall look and feel like the content fields, with the same recording functionality. Entered search labels shall be concatenated w/ OR (AND?).

image

Configuration

image

teosarca commented 6 years ago

note:

Entered search labels shall be concatenated w/ OR (AND?).

for now, labels are ANDed. So basically, if you filter by 2 labels you will get all records where at least those 2 labels were assigned.

metasnw commented 6 years ago

IT OK: works fine for reference list when you use the mouse to select OK: in case you are typing the label its also working now after fix https://github.com/metasfresh/metasfresh-webui-frontend/issues/1520