You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The filters, which are internally based on Enums (i.e. RESOURCE_TYPE, IDENTIFICATION_METHOD and JOB_STATUS) fail to be applied when exporting the data.
Steps to reproduce:
Launch Droid GUI
Add some folder, choose a folder which has files as well as folders underneath
Click start and run the identification
Click on Filter and add a filter (e.g. RESOURCE_TYPE Any of FILE)
Run an export
You will notice that the export is totally blank because none of the records satisfy the filter criteria. BUG!! 🐛
Observed as far back as v6.6.1, It worked fine in v6.5
Hint: I believe the comparison between an Enum and an Integer value corresponding to its Ordinal is failing
The text was updated successfully, but these errors were encountered:
The filters, which are internally based on Enums (i.e.
RESOURCE_TYPE
,IDENTIFICATION_METHOD
andJOB_STATUS
) fail to be applied when exporting the data.Steps to reproduce:
Filter
and add a filter (e.g.RESOURCE_TYPE Any of FILE
)Observed as far back as v6.6.1, It worked fine in v6.5
Hint: I believe the comparison between an Enum and an Integer value corresponding to its Ordinal is failing
The text was updated successfully, but these errors were encountered: