Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add nested translations support #11672

Merged
merged 1 commit into from
Feb 16, 2022
Merged

Add nested translations support #11672

merged 1 commit into from
Feb 16, 2022

Conversation

azrikahar
Copy link
Contributor

Closes #11440

Context

Currently nested translation interfaces does not fetch/load items. This is due to the parent <v-form> of the parent <translations> has the primaryKey prop (due to route param), but not the nested <v-form>s.

Ref #11440 (comment) stating this was possible on V8, so this PR adds support to it.

Slightly concerned on the 80/20 rule or the current stance on this use case, but also can't see the "harm" of adding this since it should be a progressive enhancement and shouldn't affect other existing use cases to date.

Before

chrome_AhoyRNrFPg

After

chrome_htrvuHOMtc

@rijkvanzanten rijkvanzanten added this to the v9-next milestone Feb 16, 2022
@rijkvanzanten rijkvanzanten merged commit 968d15c into main Feb 16, 2022
@rijkvanzanten rijkvanzanten deleted the issue/11440 branch February 16, 2022 16:44
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 3, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support Nested Translations
2 participants