cherry-picked "[CST-12145] get qa-sources by target for item-page & refactor" into [CST-12109]

This commit is contained in:
Alisa Ismailati
2023-11-02 17:49:19 +01:00
parent 80a0cd40cb
commit 415bdeabc1
5 changed files with 24 additions and 1 deletions

View File

@@ -101,5 +101,4 @@ export class QualityAssuranceSourceDataService extends IdentifiableDataService<Q
public getSourcesByTarget(options: FindListOptions = {}, useCachedVersionIfAvailable = true, reRequestOnStale = true, ...linksToFollow: FollowLinkConfig<QualityAssuranceSourceObject>[]): Observable<RemoteData<PaginatedList<QualityAssuranceSourceObject>>> {
return this.searchAllData.searchBy(this.searchByTargetMethod, options, useCachedVersionIfAvailable, reRequestOnStale, ...linksToFollow);
}
}

View File

@@ -2384,6 +2384,14 @@
"item.truncatable-part.show-less": "Collapse",
"item.qa-event-notification.check.notification-info": "There are {{num}} pending review to check",
"item.qa-event-notification-info.check.button": "Check",
"mydspace.qa-event-notification.check.notification-info": "There are {{num}} pending review to check",
"mydspace.qa-event-notification-info.check.button": "Check",
"workflow-item.search.result.delete-supervision.modal.header": "Delete Supervision Order",
"workflow-item.search.result.delete-supervision.modal.info": "Are you sure you want to delete Supervision Order",

View File

@@ -3535,6 +3535,22 @@
// "item.truncatable-part.show-less": "Collapse",
"item.truncatable-part.show-less": "Riduci",
// "item.qa-event-notification.check.notification-info": "There are {{num}} pending review to check",
// TODO New key - Add a translation
"item.qa-event-notification.check.notification-info": "There are {{num}} pending review to check",
// "item.qa-event-notification-info.check.button": "Check",
// TODO New key - Add a translation
"item.qa-event-notification-info.check.button": "Check",
// "mydspace.qa-event-notification.check.notification-info": "There are {{num}} pending review to check",
// TODO New key - Add a translation
"mydspace.qa-event-notification.check.notification-info": "There are {{num}} pending review to check",
// "mydspace.qa-event-notification-info.check.button": "Check",
// TODO New key - Add a translation
"mydspace.qa-event-notification-info.check.button": "Check",
// "workflow-item.search.result.delete-supervision.modal.header": "Delete Supervision Order",
"workflow-item.search.result.delete-supervision.modal.header": "Elimina l'ordine di supervisione",

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB