-
-
Notifications
You must be signed in to change notification settings - Fork 895
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(hydra): rdfs:label should not duplicate title #6748
Conversation
@@ -99,7 +99,7 @@ private function populateEntrypointProperties(ApiResource $resourceMetadata, str | |||
'@id' => \sprintf('#Entrypoint/%s', lcfirst($shortName)), | |||
'@type' => $hydraPrefix.'Link', | |||
'domain' => '#Entrypoint', | |||
'rdfs:label' => "The collection of $shortName resources", | |||
'rdfs:label' => "get{$shortName}Collection", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this new value useful? Maybe can we remove it entirely.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not sure indeed I'll check
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
3c8659f
to
fe34348
Compare
8cd98e6
to
605eee4
Compare
4ca0f1f
to
7a3833b
Compare
7a3833b
to
3e160bf
Compare
Attribute ApiProperty used multiple times by ValidationException api-platform#6748
Attribute ApiProperty used multiple times by ValidationException api-platform#6748
Attribute ApiProperty used multiple times by ValidationException api-platform#6748
Draft PR I'm reviewing our implementation of the Hydra specification.
In regard to this work, I've added to patches to hydra-cg itself:
HydraCG/Specifications#252
HydraCG/cookbook#25