Merged in feature/PMCORE-4005 (pull request #8621)

PMCORE-4005

Approved-by: Julio Cesar Laura Avendaño
This commit is contained in:
Luciana Nuñez
2022-10-27 16:41:42 +00:00
committed by Julio Cesar Laura Avendaño
3 changed files with 22 additions and 2 deletions

View File

@@ -10,12 +10,20 @@
>
{{ dataAlert.message }}
</b-alert>
<p class="">
<p class="d-flex">
<div class="mr-2 d-flex justify-content-between">
<div class="d-flex">
<h5 class="v-search-title">{{ $t("ID_CASE_DETAILS") }}</h5>
<div class="pm-in-text-icon">
<i class="fas fa-info-circle"></i>
</div>
</div>
<button-fleft :data="newCase"></button-fleft>
</div>
<b-icon icon="arrow-left"></b-icon>
<button type="button" class="btn btn-link" @click="$emit('onLastPage')">
{{ $t("ID_BACK") }}
</button>
<button-fleft :data="newCase"></button-fleft>
</p>
<modal-new-request ref="newRequest"></modal-new-request>
</div>
@@ -662,4 +670,9 @@ export default {
padding-left: 50px;
padding-right: 20px;
}
.pm-in-text-icon {
font-size: 1.4rem;
padding-right: 10px;
line-height: 40px;
}
</style>

View File

@@ -4019,6 +4019,12 @@ msgstr "The case {0}: {1} with {2}: {3} does not exist."
msgid "Case Description"
msgstr "Case Description"
# TRANSLATION
# LABEL/ID_CASE_DETAILS
#: LABEL/ID_CASE_DETAILS
msgid "Case Details"
msgstr "Case Details"
# TRANSLATION
# LABEL/ID_CASE_DOES_NOT_EXIST
#: LABEL/ID_CASE_DOES_NOT_EXIST

View File

@@ -57403,6 +57403,7 @@ INSERT INTO TRANSLATION (TRN_CATEGORY,TRN_ID,TRN_LANG,TRN_VALUE,TRN_UPDATE_DATE
( 'LABEL','ID_CASEDEMO','en','Case Demo','2014-01-15') ,
( 'LABEL','ID_CASELIST_CAN_NOT_BE_IMPORTED_THE_PMTABLE_NOT_EXIST','en','Custom Case List {0} can not be imported because the PM Table does not exist in this Workspace.','2021-08-20') ,
( 'LABEL','ID_CASE_DELETE_SUCCESFULLY','en','The Case was deleted successfully.','2020-01-08') ,
( 'LABEL','ID_CASE_DETAILS','en','Case Details','2022-10-25') ,
( 'LABEL','ID_CASE_UID','en','Case Uid','2021-04-04') ,
( 'LABEL','ID_CASE_THREAD_TITLE','en','Case Thread Title','2021-08-27') ,
( 'LABEL','ID_CASE_THREAD_TITLE_NAME','en','Case Thread Title Name','2021-09-29') ,