feat: dispatch active mq message for contributor update event
1 unresolved thread
1 unresolved thread
Compare changes
@@ -46,6 +46,7 @@ import org.springframework.validation.BindingResult;
@@ -55,6 +56,7 @@ import ch.unige.solidify.util.StringTool;
@@ -64,6 +66,7 @@ import ch.unige.aou.model.security.User;
@@ -209,8 +212,8 @@ public class PersonService extends AouResourceService<Person> implements PersonW
@@ -246,8 +249,7 @@ public class PersonService extends AouResourceService<Person> implements PersonW
@@ -377,6 +379,13 @@ public class PersonService extends AouResourceService<Person> implements PersonW
Nom de la méthode pas très explicite. Je dirais qqch comme
sendContributorUpdateMessages(String personId)
changed this line in version 6 of the diff