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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions