Skip to content

Commit d1c2adc

Browse files
HejdaJakubxkureck
authored andcommitted
fix(admin): required items on application detail page
* Removed unnecessary stars next to required items. Also removed help text on the bottom of this page.
1 parent 8a71e0f commit d1c2adc

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

apps/admin-gui/src/app/vos/components/application-detail/application-detail.component.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,6 @@ <h2 class="page-subtitle">
150150
<th mat-header-cell *matHeaderCellDef></th>
151151
<td mat-cell *matCellDef="let userData" class="font-weight-bold">
152152
{{getLabel(userData.formItem)}}
153-
{{userData.formItem.required ? '*' : ''}}
154153
</td>
155154
</ng-container>
156155
<ng-container matColumnDef="value">
@@ -171,8 +170,5 @@ <h2 class="page-subtitle">
171170
<tr mat-header-row *matHeaderRowDef="displayedColumns" class="h-50"></tr>
172171
<tr mat-row *matRowDef="let userData; columns: displayedColumns;"></tr>
173172
</table>
174-
<div *ngIf="userData.length !== 0" class="font-italic">
175-
*{{'VO_DETAIL.APPLICATION.APPLICATION_DETAIL.VALUE_BY_EXTERNALS' | translate}}
176-
</div>
177173
</div>
178174
</div>

apps/admin-gui/src/assets/i18n/en.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,6 @@
554554
"APPROVED_BY": "Approved by",
555555
"REJECTED_BY": "Rejected by",
556556
"DATE": "Date",
557-
"VALUE_BY_EXTERNALS": "Value provided by external source.",
558557
"VERIFY": "Verify",
559558
"DELETE_APPLICATION_TITLE": "Delete application",
560559
"DELETE_APPLICATION_DESCRIPTION": "Application with following Id will be deleted.",

0 commit comments

Comments
 (0)