diff --git a/src/app/components/businessunit/businessunit-edit/businessunit-edit.component.html b/src/app/components/businessunit/businessunit-edit/businessunit-edit.component.html index 67e5dc5..97c9704 100644 --- a/src/app/components/businessunit/businessunit-edit/businessunit-edit.component.html +++ b/src/app/components/businessunit/businessunit-edit/businessunit-edit.component.html @@ -1,11 +1,9 @@

{{bu.name | uppercase}}

-
id : {{bu.id}}
@@ -18,7 +16,7 @@
- +
diff --git a/src/app/components/businessunit/businessunit-edit/businessunit-edit.component.ts b/src/app/components/businessunit/businessunit-edit/businessunit-edit.component.ts index 424166c..f2d6286 100644 --- a/src/app/components/businessunit/businessunit-edit/businessunit-edit.component.ts +++ b/src/app/components/businessunit/businessunit-edit/businessunit-edit.component.ts @@ -55,7 +55,6 @@ export class BusinessunitEditComponent implements OnInit { this.businessunitService.updateBusinessunit(this.bu, this.id) .subscribe(() => { this.showSuccess(); - this.goBack(); }, () => { this.showError() diff --git a/src/app/components/businessunit/businessunit.component.html b/src/app/components/businessunit/businessunit.component.html index 838aef1..a27ec9f 100644 --- a/src/app/components/businessunit/businessunit.component.html +++ b/src/app/components/businessunit/businessunit.component.html @@ -24,14 +24,12 @@ - - - +
ID Nom
{{businessunit.id}} {{businessunit.name}} {{businessunit.name}} Modifier