Skip to content

Commit ce07142

Browse files
committed
Merge branch 'refs/heads/development' into l10n_development
# Conflicts: # sormas-api/src/main/resources/captions_es-CU.properties # sormas-api/src/main/resources/enum_es-CU.properties # sormas-api/src/main/resources/strings_es-CU.properties # sormas-api/src/main/resources/validations_es-CU.properties
2 parents b0e4860 + ca31ec1 commit ce07142

File tree

17 files changed

+21
-17
lines changed

17 files changed

+21
-17
lines changed

docs/I18N.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ Click on the file to open the Crowdin editor that allows you to go through all t
3030

3131
## How to add a new language to SORMAS
3232

33-
If the language you would like to translate is not available yet, please get in contact with us: <https://github.com/sormas-foundation/SORMAS-Project>
33+
If the language you would like to translate is not available yet, please get in contact with us at info@sormas.org, through our community at <https://community.sormas.org>, or by creating an issue on the main repository at: <https://github.com/sormas-foundation/SORMAS-Project>

sormas-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<groupId>de.symeda.sormas</groupId>
44
<artifactId>sormas-base</artifactId>
5-
<version>1.97.0-SNAPSHOT</version>
5+
<version>1.98.0-SNAPSHOT</version>
66
<relativePath>../sormas-base</relativePath>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
Binary file not shown.
Binary file not shown.

sormas-backend/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>sormas-base</artifactId>
55
<groupId>de.symeda.sormas</groupId>
6-
<version>1.97.0-SNAPSHOT</version>
6+
<version>1.98.0-SNAPSHOT</version>
77
<relativePath>../sormas-base</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

sormas-backend/src/main/resources/sql/sormas_schema.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12834,7 +12834,7 @@ ALTER TABLE userroles_history ADD COLUMN restrictAccessToAssignedEntities boolea
1283412834
INSERT INTO schema_version (version_number, comment) VALUES (536, 'Assign case(s) to a User and allow them to see the data of only the assigned case(s) in the system #12697');
1283512835

1283612836
-- 2023-12-18 Move hide jurisdiction fields feature property to dedicated feature type #12806
12837-
INSERT INTO featureconfiguration (id, uuid, creationdate, changedate, enabled, featuretype)VALUES (nextval('entity_seq'), generate_base32_uuid(), now(), now(), (SELECT properties::jsonb->'HIDE_JURISDICTION_FIELDS' FROM featureconfiguration WHERE featuretype = 'CASE_SURVEILANCE')::text::boolean, 'HIDE_JURISDICTION_FIELDS');
12837+
INSERT INTO featureconfiguration (id, uuid, creationdate, changedate, enabled, featuretype)VALUES (nextval('entity_seq'), generate_base32_uuid(), now(), now(), coalesce((SELECT properties::jsonb->'HIDE_JURISDICTION_FIELDS' FROM featureconfiguration WHERE featuretype = 'CASE_SURVEILANCE')::text::boolean, false), 'HIDE_JURISDICTION_FIELDS');
1283812838

1283912839
UPDATE featureconfiguration SET properties = properties::jsonb - 'HIDE_JURISDICTION_FIELDS' WHERE featuretype = 'CASE_SURVEILANCE';
1284012840

sormas-base/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>de.symeda.sormas</groupId>
66
<artifactId>sormas-base</artifactId>
77
<packaging>pom</packaging>
8-
<version>1.97.0-SNAPSHOT</version>
8+
<version>1.98.0-SNAPSHOT</version>
99

1010
<properties>
1111
<maven.minimum.version>3.6.3</maven.minimum.version>

sormas-cargoserver/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>de.symeda.sormas</groupId>
55
<artifactId>sormas-base</artifactId>
6-
<version>1.97.0-SNAPSHOT</version>
6+
<version>1.98.0-SNAPSHOT</version>
77
<relativePath>../sormas-base</relativePath>
88
</parent>
99

sormas-ear/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>de.symeda.sormas</groupId>
55
<artifactId>sormas-base</artifactId>
6-
<version>1.97.0-SNAPSHOT</version>
6+
<version>1.98.0-SNAPSHOT</version>
77
<relativePath>../sormas-base</relativePath>
88
</parent>
99

sormas-keycloak-service-provider/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>sormas-base</artifactId>
55
<groupId>de.symeda.sormas</groupId>
6-
<version>1.97.0-SNAPSHOT</version>
6+
<version>1.98.0-SNAPSHOT</version>
77
<relativePath>../sormas-base</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

0 commit comments

Comments
 (0)