Detail repository save returns updated model
previously returned the original model, prior to any server updates, e.g. updated date.
This commit is contained in:
@@ -124,7 +124,7 @@ export abstract class UmbDetailRepositoryBase<
|
||||
this.#notificationContext!.peek('positive', notification);
|
||||
}
|
||||
|
||||
return { data: model, error };
|
||||
return { data: updatedData, error };
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user