-
Notifications
You must be signed in to change notification settings - Fork 13
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
ui: fix language setting on the public interface #634
Conversation
7b3b82b
to
95f513f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Commit message:
ui: fix language setting on the public interface
* Fixes the current language on public interface.
* Improves center the text above thumbnail on document brief view.
* Moves the document availability at the end of the metadata of the
document brief view.
* Closes rero/rero-ils#1391.
95f513f
to
3b68672
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Commit message approved.
@@ -31,16 +33,36 @@ export class AppInitializerService { | |||
*/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Doc for params is missing
* Fixes the current language on public interface. * Improves center the text above thumbnail on document brief view. * Moves the document availability at the end of the metadata of the document brief view. * Closes rero/rero-ils#1391. Co-Authored-by: Bertrand Zuchuat <bertrand.zuchuat@rero.ch>
3b68672
to
63a1bf8
Compare
this._userService.load(); | ||
this._routeCollectionService.load(); | ||
resolve(true); | ||
}); | ||
} | ||
|
||
/** Initialize Translate Service */ | ||
private initTranslateService(): void { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can be one day in the shared or ng-core
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For the next refactoring ;-)
document brief view.
Co-Authored-by: Bertrand Zuchuat bertrand.zuchuat@rero.ch
Code review check list