Closed (fixed)
Project:
Profile
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Oct 2025 at 07:49 UTC
Updated:
17 Oct 2025 at 07:59 UTC
Jump to comment: Most recent
When adding a Profile relationship to a View, the Config Inspector module reports missing schema definitions.
The profile module currently defines schema for views.argument_default.current_user_profile, but it does not provide schema for relationships (views.relationship.*).
As a result, Views configurations that include the profile_relationship plugin produce schema validation errors.
Add a schema definition for the profile_relationship Views plugin in profile/config/schema/profile.schema.yml
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
ivnishComment #5
jsacksick commentedComment #7
ivnishThanks Jonathan!