Commit 2a23ddd
committed
[FIX] reference_type: add single quotes for sheet names with spaces
Before this commit:
- 'splitReference' removed single quotes from sheet names.
After this commit:
- Applied 'getCanonicalSymbolName' after 'splitReference' to ensure sheet
Names with spaces keep their quotes.
closes #7409
Task: 5244798
Signed-off-by: Lucas Lefèvre (lul) <lul@odoo.com>1 parent a8ebab8 commit 2a23ddd
File tree
2 files changed
+10
-1
lines changed- src/helpers
- tests/composer
2 files changed
+10
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
53 | 54 | | |
54 | 55 | | |
55 | 56 | | |
56 | | - | |
| 57 | + | |
57 | 58 | | |
58 | 59 | | |
59 | 60 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
152 | 160 | | |
153 | 161 | | |
154 | 162 | | |
| |||
0 commit comments