Skip to content

Commit

Permalink
Update disabling-the-editing-status-filter-8eb695a.md
Browse files Browse the repository at this point in the history
Fix the XML Annotation (add a space between the tag and the property).
  • Loading branch information
miyasuta authored Jan 10, 2025
1 parent 07e5da7 commit 59f5661
Showing 1 changed file with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@ If required, you can disable this filter for your app. To do so, you can add the
> XML Annotation
>
> ```xml
> <AnnotationsTarget="TravelService.EntityContainer/Travel">
> <AnnotationTerm="Capabilities.NavigationRestrictions">
> <RecordType="Capabilities.NavigationRestrictionsType">
> <PropertyValueProperty="RestrictedProperties">
> <Annotations Target="TravelService.EntityContainer/Travel">
> <Annotation Term="Capabilities.NavigationRestrictions">
> <Record Type="Capabilities.NavigationRestrictionsType">
> <PropertyValue Property="RestrictedProperties">
> <Collection>
> <RecordType="Capabilities.NavigationPropertyRestriction">
> <PropertyValueProperty="NavigationProperty" NavigationPropertyPath="DraftAdministrativeData"/>
> <PropertyValueProperty="FilterRestrictions">
> <RecordType="Capabilities.FilterRestrictionsType">
> <PropertyValueProperty="Filterable" Bool="false"/>
> <Record Type="Capabilities.NavigationPropertyRestriction">
> <PropertyValue Property="NavigationProperty" NavigationPropertyPath="DraftAdministrativeData"/>
> <PropertyValue Property="FilterRestrictions">
> <Record Type="Capabilities.FilterRestrictionsType">
> <PropertyValue Property="Filterable" Bool="false"/>
> </Record>
> </PropertyValue>
> </Record>
Expand Down

0 comments on commit 59f5661

Please sign in to comment.