Continue work on plug-in and tests

This commit is contained in:
Thomas Krijnen
2026-05-06 21:17:25 +02:00
parent 4670715ef3
commit 98ff457fd6
61 changed files with 16000 additions and 16377 deletions
+1 -1
View File
@@ -718,7 +718,7 @@ class file_mixin:
"""
if self.transaction:
max_id = self.getMaxId()
max_id = self.get_max_id()
result = self._add(inst, -1 if _id is None else _id)