diff options
author | jm.bardallo <juanmanuel.bardallo@sic.uhu.es> | 2019-05-27 10:44:35 +0200 |
---|---|---|
committer | jm.bardallo <juanmanuel.bardallo@sic.uhu.es> | 2019-05-27 10:44:35 +0200 |
commit | 855e3c0247721ad4b1ce323f2505cd27a3534678 (patch) | |
tree | 1bac7d529ea08a1154680bc3513ebac6ddb75ed2 /admin/WebConsole3/frontend/src/app/pages/profile/profile.component.ts | |
parent | 5641ae96b36c5551b83e78ae51a126adc0125afb (diff) |
Revision completa de funcionalidades de interfaz
arreglos menores
Diffstat (limited to 'admin/WebConsole3/frontend/src/app/pages/profile/profile.component.ts')
-rw-r--r-- | admin/WebConsole3/frontend/src/app/pages/profile/profile.component.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/WebConsole3/frontend/src/app/pages/profile/profile.component.ts b/admin/WebConsole3/frontend/src/app/pages/profile/profile.component.ts index da6859c2..fce9fd46 100644 --- a/admin/WebConsole3/frontend/src/app/pages/profile/profile.component.ts +++ b/admin/WebConsole3/frontend/src/app/pages/profile/profile.component.ts @@ -46,7 +46,7 @@ export class ProfileComponent implements OnInit { } save() { - this.ogCommonService.saveUserPreferences(); + this.ogCommonService.saveUserPreferences(this.user.preferences); this.toaster.pop({type: 'success', title: 'success', body: this.translate.instant('successfully_saved')}); } |