fix category_id thing with locationgroup _orig

This commit is contained in:
Laura Klünder 2024-12-13 11:57:14 +00:00
parent a81f7d9482
commit cbf3479a13

View file

@ -357,7 +357,7 @@ class LocationGroup(Location, models.Model):
self._orig = { self._orig = {
"priority": self.priority, "priority": self.priority,
"hierarchy": self.hierarchy, "hierarchy": self.hierarchy,
"category": self.category, "category_id": self.category_id,
"color": self.color, "color": self.color,
} }