@sapui5/sap.fe.templates 1.99.0 → 1.99.3
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
CHANGED
|
@@ -992,24 +992,6 @@ sap.ui.define(
|
|
|
992
992
|
}
|
|
993
993
|
},
|
|
994
994
|
formatters: {
|
|
995
|
-
isDraftIndicatorVisible: function(
|
|
996
|
-
sPropertyPath,
|
|
997
|
-
sSemanticKeyHasDraftIndicator,
|
|
998
|
-
HasDraftEntity,
|
|
999
|
-
IsActiveEntity,
|
|
1000
|
-
hideDraftInfo
|
|
1001
|
-
) {
|
|
1002
|
-
if (
|
|
1003
|
-
IsActiveEntity !== undefined &&
|
|
1004
|
-
HasDraftEntity !== undefined &&
|
|
1005
|
-
(!IsActiveEntity || HasDraftEntity) &&
|
|
1006
|
-
!hideDraftInfo
|
|
1007
|
-
) {
|
|
1008
|
-
return sPropertyPath === sSemanticKeyHasDraftIndicator;
|
|
1009
|
-
} else {
|
|
1010
|
-
return false;
|
|
1011
|
-
}
|
|
1012
|
-
},
|
|
1013
995
|
/**
|
|
1014
996
|
* Method to set the message text for the multiple entity sets when fields in the FilterBar need to be ignored.
|
|
1015
997
|
*
|