Details
-
Fix
-
Status: Released (View Workflow)
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
Description
Current Situation
- The GUI does not allow input of negative numbers for fields with type number.
- When a user enters -1, the GUI automatically resets the value to 0.
- This behavior is observed in multiple places, including:
Workflow variable input (type: number)
Order creation popup
- The issue may also affect other components such as Schedules, or any field that logically accepts negative values.
- This limitation prevents valid negative values from being used where they are functionally required.
Desired Behavior
- The GUI should allow valid negative number input wherever the business logic or data model permits it.
- Fields of type number should correctly accept and retain negative values like -1, -10, etc.