Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[FIX] sap.ui.model.odata.v2.ODataModel#setDeferredGroups overwrites "…
…changes"

PS1: JSDoc proposal
PS2: Comments GKL

Change-Id: I9a652e392e84fb85cd573106f613e089e063a3a3
JIRA: CPOUI5MODELS-1013
  • Loading branch information
uhlmannm committed Aug 30, 2022
1 parent 9a652e3 commit 6183f3b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/sap.ui.core/src/sap/ui/model/odata/v2/ODataModel.js
Expand Up @@ -7405,9 +7405,11 @@ sap.ui.define([
};

/**
* Setting request groups as deferred.
* Setting request groups as deferred. <b>Note:</b> This will overwrite existing deferred
* groups, including the default group "changes".
*
* Requests that belong to a deferred group will be sent by explicitly calling {@link #submitChanges}.
* Requests that belong to a deferred group will be sent by explicitly calling
* {@link #submitChanges}.
*
* @param {array} aGroupIds Array of group IDs that should be set as deferred
* @public
Expand Down

0 comments on commit 6183f3b

Please sign in to comment.