Skip to content

Commit

Permalink
Don't show "Full Name" twice
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonkelly committed Jan 6, 2025
1 parent 30be0b7 commit 859b910
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
- Fixed a JavaScript error that could occur if there was a problem applying changes to field layout elements. ([#16380](https://github.com/craftcms/cms/issues/16380))
- Fixed a bug where field layout designers were validating field names, handles, and instructions, even if they weren’t overridden within the field instance. ([#16380](https://github.com/craftcms/cms/issues/16380))
- Fixed an error that occurred when upgrading to Craft 5. ([#16383](https://github.com/craftcms/cms/issues/16383))
- Fixed a bug where “Full Name” could appear twice in the user card attributes list. ([#16358](https://github.com/craftcms/cms/issues/16358))

## 5.5.8 - 2025-01-02

Expand Down
8 changes: 0 additions & 8 deletions src/fieldlayoutelements/FullNameField.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,6 @@ public function fields(): array
return $fields;
}

/**
* @inheritdoc
*/
public function previewable(): bool
{
return true;
}

/**
* @inheritdoc
*/
Expand Down

0 comments on commit 859b910

Please sign in to comment.