Fixes dmp row link on home last edited dmp table, changed description on dmp edit to show one row instead of two

This commit is contained in:
apapachristou 2019-06-13 14:38:33 +03:00
parent fec3436994
commit e77977f604
2 changed files with 3 additions and 2 deletions

View File

@ -130,7 +130,7 @@ export class RecentEditedActivityComponent extends BaseComponent implements OnIn
return;
}
case RecentActivityType.Dmp: {
this.router.navigate(["plans/edit/" + id]);
this.router.navigate(["plans/overview/" + id]);
return;
}
default:

View File

@ -13,7 +13,8 @@
</div>
<div class="row pt-2">
<mat-form-field class="col-8">
<textarea matInput class="description-area"
<!-- <textarea matInput class="description-area" -->
<textarea rows="1" matInput class="description-area"
placeholder="{{'DMP-EDITOR.FIELDS.DESCRIPTION' | translate}}" formControlName="description">
</textarea>
<!-- <mat-error *ngIf="formGroup.get('description').hasError('backendError')">