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:
parent
fec3436994
commit
e77977f604
|
@ -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:
|
||||
|
|
|
@ -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')">
|
||||
|
|
Loading…
Reference in New Issue