add another missing ToClient
This commit is contained in:
@@ -34,6 +34,6 @@ public abstract class BaseItemHandler<TEntity, TUpdateMsg>(IApiServer server)
|
|||||||
if (UpdateEntity(entity, msg) is ApiResult result)
|
if (UpdateEntity(entity, msg) is ApiResult result)
|
||||||
return result;
|
return result;
|
||||||
server.Manager.Save(entity, true);
|
server.Manager.Save(entity, true);
|
||||||
return entity.ToItemResult();
|
return ToClient(entity).ToItemResult();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user