This repository was archived by the owner on Aug 31, 2021. It is now read-only.
Commit 32b7da0
committed
[[ Bug 20882 ]] Ensure pi editors can control multiple props
Previously the value for each prop in a mutiprop editor was being
put into an incorrect array key- from the editors point of view
the property name is `prop1;prop2`, and the value ought to be an
array with keys `prop1` and `prop2`1 parent 771cdda commit 32b7da0
2 files changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1322 | 1322 | | |
1323 | 1323 | | |
1324 | 1324 | | |
1325 | | - | |
| 1325 | + | |
1326 | 1326 | | |
1327 | 1327 | | |
1328 | 1328 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
0 commit comments