Skip to content

use the base field's method to decide if the relation field is translatable#18592

Merged
brandonkelly merged 3 commits into5.xfrom
bugfix/18580-relation-field-getIsTranslatable-method
Mar 23, 2026
Merged

use the base field's method to decide if the relation field is translatable#18592
brandonkelly merged 3 commits into5.xfrom
bugfix/18580-relation-field-getIsTranslatable-method

Conversation

@i-just
Copy link
Contributor

@i-just i-just commented Mar 19, 2026

Description

In 5.3.0, we added Translation Method settings to the relation fields (#15400) and deprecated the localizeRelations property.

The field’s getIsTranslatable() method was still using the localizeRelations property to decide whether the field is translatable. This PR removes the getIsTranslatable() method from the BaseRelationField so that it can fall back to the base Field method.

Related issues

#18580

@i-just i-just requested a review from brandonkelly March 19, 2026 12:55
@brandonkelly brandonkelly merged commit e1752e3 into 5.x Mar 23, 2026
2 checks passed
@brandonkelly brandonkelly deleted the bugfix/18580-relation-field-getIsTranslatable-method branch March 23, 2026 14:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants