Skip to content
Snippets Groups Projects

Issue #3265286: JsonapiResourceConfig Declares a `label` Entity Key that It Does Not Use or Maintain

Merged Issue #3265286: JsonapiResourceConfig Declares a `label` Entity Key that It Does Not Use or Maintain
1 file
+ 0
1
Compare changes
  • Side-by-side
  • Inline
@@ -37,7 +37,6 @@ use Symfony\Component\DependencyInjection\Exception\ServiceNotFoundException;
@@ -37,7 +37,6 @@ use Symfony\Component\DependencyInjection\Exception\ServiceNotFoundException;
* static_cache = TRUE,
* static_cache = TRUE,
* entity_keys = {
* entity_keys = {
* "id" = "id",
* "id" = "id",
* "label" = "label",
* "uuid" = "uuid"
* "uuid" = "uuid"
* },
* },
* config_export = {
* config_export = {
Loading