Commit f920e83
committed
LP-558 accept case insensitive uav enum values
this is needed because TRUE/FALSE enum has been changed to True/False
but old TRUE/FALSE is used by templates
LP templates can be fixed but users' templates can't
logic is now to try case sensitive, if that fails try case insensitive
if case insensitive works, a warning is logged
a new warning is also logged if the enum can't be found at all1 parent 2f1e7cd commit f920e83
1 file changed
Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1152 | 1152 | | |
1153 | 1153 | | |
1154 | 1154 | | |
| 1155 | + | |
| 1156 | + | |
| 1157 | + | |
| 1158 | + | |
| 1159 | + | |
| 1160 | + | |
| 1161 | + | |
| 1162 | + | |
1155 | 1163 | | |
1156 | 1164 | | |
1157 | 1165 | | |
| 1166 | + | |
1158 | 1167 | | |
1159 | 1168 | | |
1160 | 1169 | | |
| |||
0 commit comments