mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 18:14:17 +00:00
cherry-picked "[CST-12145] get qa-sources by target for item-page & refactor" into [CST-12109]
This commit is contained in:
@@ -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>>> {
|
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);
|
return this.searchAllData.searchBy(this.searchByTargetMethod, options, useCachedVersionIfAvailable, reRequestOnStale, ...linksToFollow);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@@ -2384,6 +2384,14 @@
|
|||||||
|
|
||||||
"item.truncatable-part.show-less": "Collapse",
|
"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.header": "Delete Supervision Order",
|
||||||
|
|
||||||
"workflow-item.search.result.delete-supervision.modal.info": "Are you sure you want to delete Supervision Order",
|
"workflow-item.search.result.delete-supervision.modal.info": "Are you sure you want to delete Supervision Order",
|
||||||
|
@@ -3535,6 +3535,22 @@
|
|||||||
// "item.truncatable-part.show-less": "Collapse",
|
// "item.truncatable-part.show-less": "Collapse",
|
||||||
"item.truncatable-part.show-less": "Riduci",
|
"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": "Delete Supervision Order",
|
||||||
"workflow-item.search.result.delete-supervision.modal.header": "Elimina l'ordine di supervisione",
|
"workflow-item.search.result.delete-supervision.modal.header": "Elimina l'ordine di supervisione",
|
||||||
|
|
||||||
|
BIN
src/assets/images/qa-coar-notify-logo.png
Normal file
BIN
src/assets/images/qa-coar-notify-logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 30 KiB |
BIN
src/assets/images/qa-openaire-logo.png
Normal file
BIN
src/assets/images/qa-openaire-logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 30 KiB |
Reference in New Issue
Block a user