[ACS-4050]critical issues from csv 880282, 880449, 880280 (#8005)

* title for adfSelectProcessDropdown button, issue 880282

* 880449, 880280 fix

* review comments fix

* review comments
This commit is contained in:
arohilaGL
2022-11-29 15:04:54 +05:30
committed by GitHub
parent ec6ede4fc5
commit dea5f21894
4 changed files with 9 additions and 6 deletions

View File

@@ -39,7 +39,8 @@
"ACTION": {
"START": "Start Process",
"CANCEL": "Cancel"
}
},
"SELECT_PROCESS_DROPDOWN": "Select Process Dropdown BUTTON"
},
"ERROR": {
"LOAD_PROCESS_DEFS": "Couldn't load process definitions, check you have access.",

View File

@@ -41,6 +41,7 @@
</mat-autocomplete>
<button
id="adf-select-process-dropdown"
title="{{'ADF_CLOUD_PROCESS_LIST.ADF_CLOUD_START_PROCESS.FORM.SELECT_PROCESS_DROPDOWN' | translate}}"
mat-icon-button
(click)="displayDropdown($event)">
<mat-icon>arrow_drop_down</mat-icon>