Skip to content
Verified Commit 8e7be806 authored by Daniel Vrátil's avatar Daniel Vrátil 🤖
Browse files

Workaround broken Tag parentID in notifications

Invalid Tag has ID -1, but we store invalid parent in the DB as NULL
which gets auto-translated to 0 by our generated Entity code. To
work around that limitation we explicitly convert parent 0 to -1
when serializing Tag into response.

In the long run we need some proper fix, likely on the level of the
generated Entities.
parent 3870f6e7
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