Skip to content

feat: add roledisplayconditionsxml to SavedQuery.xsd #46

Description

@TomProkop

Context

Dataverse supports role-based visibility for views via <roledisplayconditionsxml> (behind AuthZSavedQueriesRoleBasedVisibility feature flag). The SavedQuery.xsd in platform-metadata does not include this element yet.

Server evidence

ImportSavedQueryHandler.cs (line 267-282) processes roledisplayconditionsxml when the flag is enabled. The element contains HTML-encoded <DisplayConditions><Role Id="..." /></DisplayConditions>.

Recommendation

Add roledisplayconditionsxml as an optional element to SavedQuery.xsd so validation doesn't reject it when the feature is enabled on an environment.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions