Fixed agent label bug
This commit is contained in:
parent
9817af217f
commit
db013c46ba
|
|
@ -35,7 +35,7 @@ public partial class MongoRepository
|
|||
UpdateAgentProfiles(agent.Id, agent.Profiles);
|
||||
break;
|
||||
case AgentField.Label:
|
||||
UpdateAgentLabels(agent.Id, agent.Profiles);
|
||||
UpdateAgentLabels(agent.Id, agent.Labels);
|
||||
break;
|
||||
case AgentField.RoutingRule:
|
||||
UpdateAgentRoutingRules(agent.Id, agent.RoutingRules);
|
||||
|
|
|
|||
Loading…
Reference in a new issue