-
Scott Wittenburg authored
Calling GetValuatorRole(eventName) has never worked because valuator events are configured with an id, which is an index, but are delivered with all ids/indices of valuator as a single event. Since the relationship between role:event isn't 1:1, remove the GetValuatorRole method. Instead, provide a method to get the id/index associated with given a role name.
16d19e92Scott Wittenburg authoredCalling GetValuatorRole(eventName) has never worked because valuator events are configured with an id, which is an index, but are delivered with all ids/indices of valuator as a single event. Since the relationship between role:event isn't 1:1, remove the GetValuatorRole method. Instead, provide a method to get the id/index associated with given a role name.
Loading