Skip to content

Commit

Permalink
Merge pull request #15702 from craftcms/bugfix/address-label-is-not-t…
Browse files Browse the repository at this point in the history
…ranslatable

Remove address label translatable icon
  • Loading branch information
brandonkelly authored Sep 11, 2024
2 parents d775097 + d96d915 commit 30abd32
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## Unreleased

- Updated Twig to 3.14. ([#15704](https://github.com/craftcms/cms/issues/15704))
- Fixed a bug where address’ Label fields were being marked as translatable. ([#15702](https://github.com/craftcms/cms/pull/15702))
- Fixed an RCE vulnerability.

## 5.4.2 - 2024-09-06
Expand Down
5 changes: 5 additions & 0 deletions src/fieldlayoutelements/addresses/LabelField.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@
*/
class LabelField extends TitleField
{
/**
* @inheritdoc
*/
public bool $translatable = false;

/**
* @inheritdoc
*/
Expand Down

0 comments on commit 30abd32

Please sign in to comment.