Skip to content

Commit

Permalink
Merge pull request #2047 from informatici/develop
Browse files Browse the repository at this point in the history
Align OP-1199 with develop
  • Loading branch information
mwithi authored Sep 2, 2024
2 parents db8149d + a14e21c commit 963c44d
Show file tree
Hide file tree
Showing 6 changed files with 164 additions and 161 deletions.
1 change: 1 addition & 0 deletions bundle/language_en.properties
Original file line number Diff line number Diff line change
Expand Up @@ -1793,6 +1793,7 @@ angal.userbrowser.step2.pleaserepeatthenewpassword.label
angal.userbrowser.theadminusercannotbedeleted.msg = The "admin" user cannot be deleted.
angal.userbrowser.thepasswordhasbeenchanged.msg = The password has been changed.
angal.userbrowser.theuseralreadyexists.fmt.msg = The user "{0}" already exists.
angal.userbrowser.theusernamecontainsinvalidcharacters.msg = The user name must contain only a-z, 0-9, dash, period and underscore characters.
angal.userbrowser.title = User Browser
angal.userbrowser.user.col = User
angal.vaccine.deletevaccine.fmt.msg = Delete vaccine: {0}?
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.3.1</version>
<version>3.4.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down Expand Up @@ -296,7 +296,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>2.0.13</version>
<version>2.0.16</version>
</dependency>
<dependency>
<groupId>org.imgscalr</groupId>
Expand Down
2 changes: 2 additions & 0 deletions rsc/sms.properties.dist
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ skebby-gateway-service.ribbon.base-url=https://api.skebby.it:443
# USER_KEY and ACCESS_TOKEN avoids the login call every time we need to send sms
skebby-gateway-service.accessToken=
skebby-gateway-service.userKey=
# message_type: GP for Classic+, TI for Classic, SI for Basic (default)
#skebby-gateway-service.messageType=


##################################################################
Expand Down
Loading

0 comments on commit 963c44d

Please sign in to comment.