diff --git a/ESSArch_Core/frontend/static/frontend/lang/en/ip.ts b/ESSArch_Core/frontend/static/frontend/lang/en/ip.ts index 4c537274c..f525f3ba0 100644 --- a/ESSArch_Core/frontend/static/frontend/lang/en/ip.ts +++ b/ESSArch_Core/frontend/static/frontend/lang/en/ip.ts @@ -6,6 +6,7 @@ export default ($translateProvider: ng.translate.ITranslateProvider) => { ACCESS_WORKAREA: 'Workspace access', ACCESS_WORKSPACE: 'Workspace access', ADVANCED_FILTERS_ON: 'Advanced filter active', + AGGREGATING: 'Aggregating', ARCHIVAL_INSTITUTION: 'Archival Institution', ARCHIVAL_INSTITUTION_DESC: 'Archival institution', ARCHIVIST_ORGANIZATION: 'Archivist organization', diff --git a/ESSArch_Core/frontend/static/frontend/lang/sv/ip.ts b/ESSArch_Core/frontend/static/frontend/lang/sv/ip.ts index fb88fef48..8fac47e60 100644 --- a/ESSArch_Core/frontend/static/frontend/lang/sv/ip.ts +++ b/ESSArch_Core/frontend/static/frontend/lang/sv/ip.ts @@ -6,6 +6,7 @@ export default ($translateProvider: ng.translate.ITranslateProvider) => { ACCESS_WORKAREA: 'Arbetsyta åtkomst', ACCESS_WORKSPACE: 'Arbetsyta åtkomst', ADVANCED_FILTERS_ON: 'Avancerad filtrering aktiv', + AGGREGATING: 'Aggregerar', ARCHIVAL_INSTITUTION: 'Arkivinstitution', ARCHIVAL_INSTITUTION_DESC: 'Arkivinstitution', ARCHIVIST_ORGANIZATION: 'Arkivorganisation', diff --git a/ESSArch_Core/frontend/static/frontend/scripts/controllers/IpApprovalCtrl.js b/ESSArch_Core/frontend/static/frontend/scripts/controllers/IpApprovalCtrl.js index 07068f21b..1f1785d9d 100644 --- a/ESSArch_Core/frontend/static/frontend/scripts/controllers/IpApprovalCtrl.js +++ b/ESSArch_Core/frontend/static/frontend/scripts/controllers/IpApprovalCtrl.js @@ -1,7 +1,7 @@ export default class IpApprovalCtrl { constructor($scope, $controller, $rootScope, $translate, ContextMenuBase) { const vm = this; - const ipSortString = ['Received', 'Preserving']; + const ipSortString = ['Aggregating', 'Received', 'Preserving']; $controller('BaseCtrl', {$scope: $scope, vm: vm, ipSortString: ipSortString, params: {}}); //Request form data diff --git a/ESSArch_Core/frontend/static/frontend/views/search_ip_detail.html b/ESSArch_Core/frontend/static/frontend/views/search_ip_detail.html index 4e672f116..e4b790d4a 100644 --- a/ESSArch_Core/frontend/static/frontend/views/search_ip_detail.html +++ b/ESSArch_Core/frontend/static/frontend/views/search_ip_detail.html @@ -64,13 +64,26 @@