Skip to content
This repository was archived by the owner on May 5, 2021. It is now read-only.

Commit 0d1da72

Browse files
author
barnabartha
committed
SORMAS-Foundation#3253 - send sms in bulk mode
1 parent b0e4a8f commit 0d1da72

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5615,7 +5615,7 @@ ALTER TABLE manualmessagelog OWNER TO sormas_user;
56155615
ALTER TABLE manualmessagelog ADD CONSTRAINT fk_manualmessagelog_sendinguser_id FOREIGN KEY (sendinguser_id) REFERENCES users(id);
56165616
ALTER TABLE manualmessagelog ADD CONSTRAINT fk_manualmessagelog_recipientperson_id FOREIGN KEY (recipientperson_id) REFERENCES person(id);
56175617

5618-
INSERT INTO schema_version (version_number, comment) VALUES (277, 'Manually send SMS #3253');
5618+
INSERT INTO schema_version (version_number, comment) VALUES (279, 'Manually send SMS #3253');
56195619
-- *** Insert new sql commands BEFORE this line ***
56205620

56215621

sormas-ui/src/main/java/de/symeda/sormas/ui/caze/CaseDataView.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,9 @@
3434
import de.symeda.sormas.api.user.UserRight;
3535
import de.symeda.sormas.ui.ControllerProvider;
3636
import de.symeda.sormas.ui.UserProvider;
37-
import de.symeda.sormas.ui.caze.eventLink.EventListComponent;
3837
import de.symeda.sormas.ui.caze.messaging.SmsListComponent;
39-
import de.symeda.sormas.ui.events.eventLink.EventListComponent;
4038
import de.symeda.sormas.ui.docgeneration.DocGenerationComponent;
39+
import de.symeda.sormas.ui.events.eventLink.EventListComponent;
4140
import de.symeda.sormas.ui.samples.sampleLink.SampleListComponent;
4241
import de.symeda.sormas.ui.sormastosormas.SormasToSormasListComponent;
4342
import de.symeda.sormas.ui.survnet.SurvnetGateway;

0 commit comments

Comments
 (0)