Merge branch '7278-OsAccountEventFiring' into 7279-updateOSAccountTreeToRefresh

This commit is contained in:
Kelly Kelly 2021-02-24 15:12:50 -05:00
commit a3bbd2b3ac

View File

@ -469,7 +469,7 @@ public class Case {
}
@Subscribe
public void publishOsAccountChangedEvent(OsAccountsCreationEvent event) {
public void publishOsAccountChangedEvent(OsAccountsUpdateEvent event) {
for(OsAccount account: event.getOsAcounts()) {
eventPublisher.publish(new OsAccountChangedEvent(account));
}