Skip to content

Commit

Permalink
Merge pull request #175 from miyasuta/main
Browse files Browse the repository at this point in the history
Update disabling-the-editing-status-filter-8eb695a.md
KaijaInga authored Jan 15, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents 07e5da7 + 59f5661 commit 02d43aa
Showing 1 changed file with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -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>

0 comments on commit 02d43aa

Please sign in to comment.