AOT-Technologies / forms-flow-ai

formsflow.ai is an open source forms-workflow-analytics solution framework.
https://formsflow.ai/
336 stars 190 forks source link

Fix: Task variable label is not getting updated in task filter #2036

Closed auslin-aot closed 4 months ago

auslin-aot commented 4 months ago

Issue Tracking

JIRA: Issue Type: BUG/ FEATURE

Changes

Fix: The task variable label is not getting updated in the task filter when it's updated in the form mapper

update_filter_variables function - updates the filter variables for all active filters associated with a given form id. It maps the task variable keys to their corresponding labels, and then updates the labels in the filter variables. It also removes any filter variables that are not found in the task variables, except for the default variables "applicationId" and "formName".

Screenshots

image

image image