-
Type:
Problem report
-
Resolution: Unresolved
-
Priority:
Blocker
-
Affects Version/s: 8.0.0alpha1
-
Component/s: Frontend (F)
-
S25-W44/45, S25-W46/47, S25-W48/49, S25-W50/51/52/01, S26-W06/07
-
0.5
Scenario:
- Create validation rules for field A, which have when rule to validate only other field B value is 1. Example:
['objects', 'fields' => [ 'B' => ['integer'], 'A' => ['integer', 'when' => ['B', 'in' => [1]] ]]
- Submit form with A=100 and B=2
Result: Both A and B is available in validated input
Expected: Only B should be in validated input
Solution: if none field validations have run (skipped because of when rules), field should be removed form validated input.
- part of
-
ZBXNEXT-9753 Introduce inline form validation - Connector form
-
- Closed
-
-
ZBXNEXT-9748 Introduce inline form validation - User form, profile and notifications
-
- Done
-