Commit 1fb428e
fix(tags): nesting broken if casing differed
Tags are case insensitive, and we forgot a mapping
caused by two parent tags with different 'v' casing
```
AK_Step1_v12
AK_Step1_V12
```
=>
```
#AK_Step1_v12::#Pixorize::03_Pharmacology::22_Cardiovascular_(New)::01_Ivabradine
#AK_Step1_V12::#Pixorize::03_Pharmacology::22_Cardiovascular_(New)::02_Nitroprusside
```
Which caused `02_Nitroprusside` to be a top level deck
Fixes 184811 parent 15cadc2 commit 1fb428e
File tree
1 file changed
+2
-1
lines changed- AnkiDroid/src/main/java/com/ichi2/anki/dialogs/tags
1 file changed
+2
-1
lines changedLines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
354 | 354 | | |
355 | 355 | | |
356 | 356 | | |
| 357 | + | |
357 | 358 | | |
358 | 359 | | |
359 | 360 | | |
| |||
380 | 381 | | |
381 | 382 | | |
382 | 383 | | |
383 | | - | |
| 384 | + | |
384 | 385 | | |
385 | 386 | | |
386 | 387 | | |
| |||
0 commit comments