@sapui5/sap.suite.ui.generic.template 1.139.2 → 1.139.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/sap/suite/ui/generic/template/.library +1 -1
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/manifest.json +1 -1
- package/src/sap/suite/ui/generic/template/Canvas/manifest.json +1 -1
- package/src/sap/suite/ui/generic/template/ListReport/manifest.json +1 -1
- package/src/sap/suite/ui/generic/template/ObjectPage/manifest.json +1 -1
- package/src/sap/suite/ui/generic/template/QuickCreate/manifest.json +1 -1
- package/src/sap/suite/ui/generic/template/QuickView/manifest.json +1 -1
- package/src/sap/suite/ui/generic/template/js/AnnotationHelperStreamSupport.js +2 -1
- package/src/sap/suite/ui/generic/template/lib/AppComponent.js +1 -1
- package/src/sap/suite/ui/generic/template/lib/navigation/NavigationController.js +1 -1
- package/src/sap/suite/ui/generic/template/library.js +1 -1
package/package.json
CHANGED
|
@@ -133,7 +133,8 @@ sap.ui.define([
|
|
|
133
133
|
sPath = '${' + (sAnnotationUpdatablePath || sMetadataUpdatable) + '} !== false';
|
|
134
134
|
}
|
|
135
135
|
if (oFieldControl) {
|
|
136
|
-
|
|
136
|
+
var sFCPath = oFieldControl && oFieldControl.Path;
|
|
137
|
+
sPath += ' && ${' + sFCPath + '} > "1"';
|
|
137
138
|
}
|
|
138
139
|
return sPath;
|
|
139
140
|
},
|
|
@@ -958,7 +958,7 @@ sap.ui.define([
|
|
|
958
958
|
* @public
|
|
959
959
|
* @extends sap.ui.core.UIComponent
|
|
960
960
|
* @author SAP SE
|
|
961
|
-
* @version 1.139.
|
|
961
|
+
* @version 1.139.4
|
|
962
962
|
* @name sap.suite.ui.generic.template.lib.AppComponent
|
|
963
963
|
*/
|
|
964
964
|
var oAppComponent = UIComponent.extend("sap.suite.ui.generic.template.lib.AppComponent", {
|
|
@@ -3228,7 +3228,7 @@ sap.ui.define(["sap/ui/base/Object",
|
|
|
3228
3228
|
* @param {sap.suite.ui.generic.template.lib.AppComponent} oAppComponent The AppComponent instance
|
|
3229
3229
|
* @public
|
|
3230
3230
|
* @extends sap.ui.base.Object
|
|
3231
|
-
* @version 1.139.
|
|
3231
|
+
* @version 1.139.4
|
|
3232
3232
|
* @since 1.30.0
|
|
3233
3233
|
* @alias sap.suite.ui.generic.template.lib.NavigationController
|
|
3234
3234
|
*/
|