-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes error "Can't initialize Yasgui!" when loading the explore (reso…
…urce) view. ## What An exception occurs when the resource view is opened. ## Why The language setting was done before the ontotext-yasgui-web-component was initialized, which caused the exception to be thrown by the component. ## How The initialization of the language has been moved after the component initialization.
- Loading branch information
1 parent
f2d8257
commit 68c6ef6
Showing
2 changed files
with
1 addition
and
3 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