-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Use I18N of Vue PArent Node rather than destroyed child - MEED-7861
- Meeds-io/meeds#2627 Prior to this change, the I18N message was computed once a Space Administration action is triggered in a synchronous way in order to ensure having access to I18N translation object. Even this computing was making an error due to an intensive and instantly destroy of Button once it's not displayed anymore (Menu Closed). Thus, with this change, the access of I18N is made using the `this..` rather than using `this.` to ensure that the access to I18N messages is always available even when the child Vue component is destroyed.
- Loading branch information
Showing
4 changed files
with
6 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters