[Trunk | Admin Tools]: 1. CuratorResponse.java: Remove "email" field. 2. EmailController.java: a.Replace methods "notifyNewManagers()" (/notifyForNewManagers/{pid}) and "notifyForNewSubscribers()" (/notifyForNewSuscribers/{pid}) with "notifyManagers()" (/notifyManagers/{pid}/{newRoleType}), where newRoleType is "manager" or "subscriber". b. Method notifyManagers() finds manager emails by calling registry service - stop getting them from portals inside Email object.
[Trunk | Admin Tools]:
1. CuratorResponse.java: Remove "email" field.
2. EmailController.java:
a.Replace methods "notifyNewManagers()" (/notifyForNewManagers/{pid}) and "notifyForNewSubscribers()" (/notifyForNewSuscribers/{pid})
with "notifyManagers()" (/notifyManagers/{pid}/{newRoleType}), where newRoleType is "manager" or "subscriber".
b. Method notifyManagers() finds manager emails by calling registry service - stop getting them from portals inside Email object.