Skip to content

Commit 02d43aa

Browse files
authored
Merge pull request #175 from miyasuta/main
Update disabling-the-editing-status-filter-8eb695a.md
2 parents 07e5da7 + 59f5661 commit 02d43aa

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

docs/06_SAP_Fiori_Elements/disabling-the-editing-status-filter-8eb695a.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,16 @@ If required, you can disable this filter for your app. To do so, you can add the
1616
> XML Annotation
1717
>
1818
> ```xml
19-
> <AnnotationsTarget="TravelService.EntityContainer/Travel">
20-
> <AnnotationTerm="Capabilities.NavigationRestrictions">
21-
> <RecordType="Capabilities.NavigationRestrictionsType">
22-
> <PropertyValueProperty="RestrictedProperties">
19+
> <Annotations Target="TravelService.EntityContainer/Travel">
20+
> <Annotation Term="Capabilities.NavigationRestrictions">
21+
> <Record Type="Capabilities.NavigationRestrictionsType">
22+
> <PropertyValue Property="RestrictedProperties">
2323
> <Collection>
24-
> <RecordType="Capabilities.NavigationPropertyRestriction">
25-
> <PropertyValueProperty="NavigationProperty" NavigationPropertyPath="DraftAdministrativeData"/>
26-
> <PropertyValueProperty="FilterRestrictions">
27-
> <RecordType="Capabilities.FilterRestrictionsType">
28-
> <PropertyValueProperty="Filterable" Bool="false"/>
24+
> <Record Type="Capabilities.NavigationPropertyRestriction">
25+
> <PropertyValue Property="NavigationProperty" NavigationPropertyPath="DraftAdministrativeData"/>
26+
> <PropertyValue Property="FilterRestrictions">
27+
> <Record Type="Capabilities.FilterRestrictionsType">
28+
> <PropertyValue Property="Filterable" Bool="false"/>
2929
> </Record>
3030
> </PropertyValue>
3131
> </Record>

0 commit comments

Comments
 (0)