Skip to content

Commit

Permalink
OpenUI5 Documentation Update 26.04.2024
Browse files Browse the repository at this point in the history
  • Loading branch information
openui5bot committed Apr 26, 2024
1 parent 37a87f1 commit 27d02d8
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion docs/Best_Practices_for_Developers_28fcd55.md
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,10 @@ Take care of destroying programatically created models to prevent memory leaks.

**OData V2 Model**

[`v2.ODataModel#createEntry`](https://sdk.openui5.org/api/sap.ui.model.odata.v2.ODataModel%23methods/createEntry) : Defining an array for the `mParameters.properties` is deprecated since OpenUI5 1.120. Pass the initial values as an object instead.
- [`v2.ODataModel#createEntry`](https://sdk.openui5.org/api/sap.ui.model.odata.v2.ODataModel%23methods/createEntry) : Defining an array for the `mParameters.properties` is deprecated since OpenUI5 1.120. Pass the initial values as an object instead.

- [`v2.ODataModel#refreshSecurityToken`](https://sdk.openui5.org/api/sap.ui.model.odata.v2.ODataModel%23methods/refreshSecurityToken) : Pass `true` for the `bAsync` parameter explicitly as its default value is `false`.


**JSON Model**

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,5 @@ Many possible reasons exist that modifications can not be applied any longer or
- Other extension types have similar caveats.


In addition to this, all content changes such as additions, removals, and structure changes may affect CSS and JavaScript code which relies of the position of certain elements in the DOM. Partly these caveats are compatibility requirements for applications, partly they are suggestions for customizing development how to create more robust extensions.
In addition to this, all content changes such as additions, removals, and structure changes may affect CSS and JavaScript code which relies on the position of certain elements in the DOM. Partly these caveats are compatibility requirements for applications, partly they are suggestions for customizing development how to create more robust extensions.

2 changes: 1 addition & 1 deletion docs/Controller_121b8e6.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ All public methods need to stay compatible:
> ### Note:
> Within the methods of a controller extension, the reserved base member allows access to the public functions of the extended controller.
> Within the methods of a controller extension, the reserved `base` member allows access to the public functions of the extended controller.
>
> Functionality can be called by using `this.base.basePublicMethod()`.
Expand Down
2 changes: 1 addition & 1 deletion docs/Using_Controller_Extension_21515f0.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,5 +228,5 @@ We therefore offer the `overrides` keyword as an additional name for this defini
[UI5 Babel Transformer Plugin](https://github.com/ui5-community/babel-plugin-transform-modules-ui5/)
[API Reference: `sap.ui.core.mvc.ControllerExtension.override`](https://sdk.openui5.org/api/sap.ui.core.mvc.ControllerExtension/methods/sap.ui.core.mvc.ControllerExtension.override)
[API Reference: `sap.ui.core.mvc.ControllerExtension.override`](https://sdk.openui5.org/api/sap.ui.core.mvc.ControllerExtension%23methods/sap.ui.core.mvc.ControllerExtension.override)

0 comments on commit 27d02d8

Please sign in to comment.