CreatorID

This commit is contained in:
mr
2026-06-04 09:00:31 +02:00
parent 69244163b4
commit d19ff1f8b2
+1 -1
View File
@@ -150,7 +150,7 @@ func (ao *AbstractObject) UpToDate(user string, peer string, create bool) {
ao.UpdateDate = time.Now()
ao.UpdaterID = peer
ao.UserUpdaterID = user
if create && ao.CreatorID != "" {
if create && ao.CreatorID == "" {
ao.CreationDate = time.Now()
ao.CreatorID = peer
ao.UserCreatorID = user