Commit 93ceb2c
committed
[FIX] cell_composer_store: formula inputs violating blocking data validation
Previously, formulas returning 1x1 matrices that do not satisfy
blocking data validation rules were incorrectly accepted as valid inputs.
Now, such formulas are correctly rejected, preventing invalid data
entry when the validation rule is blocking.
closes #6706
Task: 4876691
X-original-commit: 629280f
Signed-off-by: Lucas Lefèvre (lul) <[email protected]>
Signed-off-by: Dhrutik Patel (dhrp) <[email protected]>1 parent 28f579a commit 93ceb2c
File tree
2 files changed
+14
-2
lines changed- src/components/composer/composer
- tests/data_validation
2 files changed
+14
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | 3 | | |
3 | 4 | | |
| |||
285 | 286 | | |
286 | 287 | | |
287 | 288 | | |
288 | | - | |
| 289 | + | |
289 | 290 | | |
290 | 291 | | |
291 | 292 | | |
292 | | - | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
293 | 297 | | |
294 | 298 | | |
295 | 299 | | |
| |||
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
121 | 129 | | |
0 commit comments