diff --git a/dmp-backend/web/src/main/resources/config/application.yml b/dmp-backend/web/src/main/resources/config/application.yml index be3428ab1..f45286cbb 100644 --- a/dmp-backend/web/src/main/resources/config/application.yml +++ b/dmp-backend/web/src/main/resources/config/application.yml @@ -14,8 +14,6 @@ spring: optional:classpath:config/keycloak.yml[.yml], optional:classpath:config/keycloak-${spring.profiles.active}.yml[.yml], optional:file:../config/keycloak-${spring.profiles.active}.yml[.yml], optional:classpath:config/logging.yml[.yml], optional:classpath:config/logging-${spring.profiles.active}.yml[.yml], optional:file:../config/logging-${spring.profiles.active}.yml[.yml], optional:classpath:config/cache.yml[.yml], optional:classpath:config/cache-${spring.profiles.active}.yml[.yml], optional:file:../config/cache-${spring.profiles.active}.yml[.yml], - optional:classpath:config/actuator.yml[.yml], optional:classpath:config/actuator-${spring.profiles.active}.yml[.yml], optional:file:../config/actuator-${spring.profiles.active}.yml[.yml], - optional:classpath:config/email.yml[.yml], optional:classpath:config/email-${spring.profiles.active}.yml[.yml], optional:file:../config/email-${spring.profiles.active}.yml[.yml], optional:classpath:config/elasticsearch.yml[.yml], optional:classpath:config/elasticsearch-${spring.profiles.active}.yml[.yml], optional:file:../config/elasticsearch-${spring.profiles.active}.yml[.yml], optional:classpath:config/idpclaims.yml[.yml], optional:classpath:config/idpclaims-${spring.profiles.active}.yml[.yml], optional:file:../config/idpclaims-${spring.profiles.active}.yml[.yml], optional:classpath:config/external.yml[.yml], optional:classpath:config/external-${spring.profiles.active}.yml[.yml], optional:file:../config/external-${spring.profiles.active}.yml[.yml], diff --git a/dmp-backend/web/src/main/resources/config/queue.yml b/dmp-backend/web/src/main/resources/config/queue.yml index 696a94d14..1de8f8db6 100644 --- a/dmp-backend/web/src/main/resources/config/queue.yml +++ b/dmp-backend/web/src/main/resources/config/queue.yml @@ -41,7 +41,7 @@ queue: generate-file-topic: generate.file rabbitmq: enable: true - interval-seconds: 3 + interval-seconds: 30 options: retry-threashold: 100 retry-delay-step-seconds: 300 @@ -54,7 +54,7 @@ queue: exchange: null rabbitmq: enable: true - interval-seconds: 3 + interval-seconds: 30 options: retry-threashold: 100 retry-delay-step-seconds: 300 diff --git a/dmp-backend/web/src/main/resources/config/reference-type.yml b/dmp-backend/web/src/main/resources/config/reference-type.yml deleted file mode 100644 index c32be6185..000000000 --- a/dmp-backend/web/src/main/resources/config/reference-type.yml +++ /dev/null @@ -1,131 +0,0 @@ -reference-type: - grant: - fields: - - code: startDate - dataType: Date - - code: endDate - dataType: Date - - code: pid - dataType: Text - - code: tag - dataType: Text - - code: key - dataType: Text - funder: - fields: - - code: uri - dataType: Text - - code: pid - dataType: Text - - code: tag - dataType: Text - - code: key - dataType: Text - researcher: - fields: - - code: pid - dataType: Text - - code: tag - dataType: Text - - code: key - dataType: Text - - code: firstName - dataType: Text - - code: lastName - dataType: Text - - code: uri - dataType: Text - service: - fields: - - code: pid - dataType: Text - - code: tag - dataType: Text - - code: key - dataType: Text - - code: uri - dataType: Text - registry: - fields: - - code: pid - dataType: Text - - code: tag - dataType: Text - - code: key - dataType: Text - - code: uri - dataType: Text - project: - fields: - - code: startDate - dataType: Date - - code: endDate - dataType: Date - organisation: - fields: - - code: tag - dataType: Text - - code: key - dataType: Text - - code: pid - dataType: Text - - code: uri - dataType: Text - - code: pidTypeField - dataType: Text - dataset: - fields: - - code: tag - dataType: Text - - code: key - dataType: Text - - code: pid - dataType: Text - - code: pidTypeField - dataType: Text - dataRepository: - fields: - - code: pid - dataType: Text - - code: tag - dataType: Text - - code: key - dataType: Text - pubRepository: - fields: - - code: pid - dataType: Text - - code: tag - dataType: Text - - code: key - dataType: Text - journal: - fields: - - code: pid - dataType: Text - - code: tag - dataType: Text - - code: key - dataType: Text - publication: - fields: - - code: tag - dataType: Text - - code: key - dataType: Text - - code: pid - dataType: Text - - code: pidTypeField - dataType: Text - licence: - fields: - - code: pid - dataType: Text - - code: tag - dataType: Text - - code: key - dataType: Text - - code: uri - dataType: Text - taxonomy: - fields: \ No newline at end of file diff --git a/dmp-frontend/src/notification-service/ui/inapp-notification/listing/filters/mine-inapp-notification-listing-filters.component.html b/dmp-frontend/src/notification-service/ui/inapp-notification/listing/filters/mine-inapp-notification-listing-filters.component.html index 0185cfa77..a5d05c485 100644 --- a/dmp-frontend/src/notification-service/ui/inapp-notification/listing/filters/mine-inapp-notification-listing-filters.component.html +++ b/dmp-frontend/src/notification-service/ui/inapp-notification/listing/filters/mine-inapp-notification-listing-filters.component.html @@ -7,35 +7,47 @@ -
-
-
+
+
+

{{'NOTIFICATION-SERVICE.INAPP-NOTIFICATION-LISTING.FILTER.TITLE' | translate}}

+
+
+
-
- {{'NOTIFICATION-SERVICE.INAPP-NOTIFICATION-LISTING.FILTER.NOTIFICATION-TYPE' | translate}} +
+
+ + {{'NOTIFICATION-SERVICE.INAPP-NOTIFICATION-LISTING.FILTER.NOTIFICATION-TYPE' | translate}} {{enumUtils.toNotificationTypeString(type)}} - +
-
- {{'NOTIFICATION-SERVICE.INAPP-NOTIFICATION-LISTING.FILTER.TRACKING-STATE' | translate}} +
+
+
+ + {{'NOTIFICATION-SERVICE.INAPP-NOTIFICATION-LISTING.FILTER.TRACKING-STATE' | translate}} {{enumUtils.toNotificationInAppTrackingString(state)}} - +
+
-
- -
+
+