You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sormas-api/src/main/java/de/symeda/sormas/api/externalmessage/survey/ExternalMessageSurveyResponseRequest.java
+21-2Lines changed: 21 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -45,6 +45,13 @@ public class ExternalMessageSurveyResponseRequest implements Serializable {
45
45
@NotNull
46
46
privateMap<String, Object> patchDictionary;
47
47
48
+
/**
49
+
* Contains fields that were excluded from the patch dictionary, meant for fields that may not start with the prefix.
50
+
* The prefix allows to safely exclude fields that are not meant to be mapped into SORMAS.
Copy file name to clipboardExpand all lines: sormas-ui/src/main/java/de/symeda/sormas/ui/externalmessage/surveyresponse/SurveyResponseDetailsWindow.java
+28-10Lines changed: 28 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -20,13 +20,7 @@
20
20
21
21
importcom.vaadin.server.ExternalResource;
22
22
importcom.vaadin.server.Sizeable;
23
-
importcom.vaadin.ui.Button;
24
-
importcom.vaadin.ui.Grid;
25
-
importcom.vaadin.ui.Label;
26
-
importcom.vaadin.ui.Link;
27
-
importcom.vaadin.ui.UI;
28
-
importcom.vaadin.ui.VerticalLayout;
29
-
importcom.vaadin.ui.Window;
23
+
importcom.vaadin.ui.*;
30
24
importcom.vaadin.ui.themes.ValoTheme;
31
25
32
26
importde.symeda.sormas.api.FacadeProvider;
@@ -100,9 +94,6 @@ public SurveyResponseDetailsWindow(ExternalMessageDto externalMessage, Runnable
Copy file name to clipboardExpand all lines: sormas-ui/src/main/java/de/symeda/sormas/ui/externalmessage/surveyresponse/SurveyResponseFailurePanel.java
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -59,16 +59,16 @@ public SurveyResponseFailurePanel(Map<String, DataPatchFailure> failures, Displa
0 commit comments