File tree 1 file changed +3
-3
lines changed
openmrs-atomfeed-api/src/main/java/org/openmrs/module/atomfeed/advice
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -26,10 +26,10 @@ public class EncounterSaveAdvice implements AfterReturningAdvice {
26
26
public static final String ENCOUNTER_REST_URL = getEncounterFeedUrl ();
27
27
28
28
public static final String TITLE = "Encounter" ;
29
- public static final String CATEGORY = "Encounter " ;
29
+ public static final String CATEGORY = "OpenSRP_Encounter " ;
30
30
private final AtomFeedSpringTransactionManager atomFeedSpringTransactionManager ;
31
31
32
- private static final String SAVE_METHOD = "saveEncounter" ;
32
+ private static final String SAVE_METHOD = "saveEncounter_rrrrrr" ; //TODO
33
33
34
34
private EventService eventService ;
35
35
@@ -66,7 +66,7 @@ public PropagationDefinition getTxPropagationDefinition() {
66
66
}
67
67
68
68
private static String getEncounterFeedUrl () {
69
- return Context .getAdministrationService ().getGlobalProperty ("encounter.feed.publish.url" );
69
+ return Context .getAdministrationService ().getGlobalProperty ("atomfeed. encounter.feed.publish.url" );
70
70
}
71
71
72
72
private PlatformTransactionManager getSpringPlatformTransactionManager () {
You can’t perform that action at this time.
0 commit comments