Skip to content
Snippets Groups Projects

Issue #3317632: Field name uuid is confusing and should probably not be shown

Open Patrick Kenny requested to merge issue/jsonapi_extras-3317632:disable_uuid into 8.x-3.x
1 file
+ 3
0
Compare changes
  • Side-by-side
  • Inline
@@ -305,6 +305,9 @@ class JsonapiResourceConfigForm extends EntityForm {
];
foreach ($field_names as $field_name) {
if ($field_name === 'uuid') {
continue;
}
try {
$overrides = $this->buildOverridesField($field_name, $entity);
}
Loading