diff --git a/docs/Best_Practices_for_Developers_28fcd55.md b/docs/Best_Practices_for_Developers_28fcd55.md index 82b2baaa..d73c42e5 100644 --- a/docs/Best_Practices_for_Developers_28fcd55.md +++ b/docs/Best_Practices_for_Developers_28fcd55.md @@ -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** diff --git a/docs/Caveats_Regarding_Stability_Across_Application_Upgrades_aef3384.md b/docs/Caveats_Regarding_Stability_Across_Application_Upgrades_aef3384.md index fbd6d1c5..12ca7ba2 100644 --- a/docs/Caveats_Regarding_Stability_Across_Application_Upgrades_aef3384.md +++ b/docs/Caveats_Regarding_Stability_Across_Application_Upgrades_aef3384.md @@ -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. diff --git a/docs/Controller_121b8e6.md b/docs/Controller_121b8e6.md index bdf3c435..29e4d105 100644 --- a/docs/Controller_121b8e6.md +++ b/docs/Controller_121b8e6.md @@ -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()`. diff --git a/docs/Using_Controller_Extension_21515f0.md b/docs/Using_Controller_Extension_21515f0.md index 22fcf6d7..7187c9a3 100644 --- a/docs/Using_Controller_Extension_21515f0.md +++ b/docs/Using_Controller_Extension_21515f0.md @@ -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)