If you try to move the tag group “Biologie” (Biology) from the msh::Semester_1::* tree to msh::Fächer::* it will crash with the same error.
Now here’s the part that makes it super weird: if you rename any tag in the tag struct (say turn msh into anything else like dae or Biologie to Biology it will work just fine.
I really hope you can reproduce it with this apkg because it took me forever to isolate…
Tag struct should look like this:
Here’s the exact error that pops up. I was also able to reproduce it on the latest beta version:
It’s caused by case-sensitive matching somewhere. If you remove this tag from the note, run Check Database, then add the tag again as msh::Semester_1::Biologie::Mikrobiologie, the issue will go away.