Skip to content
Commit 6f1e33e6 authored by Daniel Vrátil's avatar Daniel Vrátil 🤖
Browse files

Fix TagModel ignoring tags without parent due to mismatch in ID of invalid parent

By default invalid Tag has ID -1, the TagModel was expecting 0, so Tags that had
invalid parent were never attached to the root Tag and so the model was never
correctly populated (how come nobody noticed this?)

Discovered by Sergio and confirmed by TagModelTest.
parent adf8c8b7
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment