fix model converters

This commit is contained in:
Radu Ioan Fericean
2015-12-15 21:57:22 +02:00
parent 6ad42d769e
commit 27618cabca

View File

@@ -216,7 +216,7 @@ func APItoModelActionTrigger(ats *utils.TPActionTriggers) (result []TpActionTrig
result = append(result, TpActionTrigger{
Tpid: ats.TPid,
Tag: ats.ActionTriggersId,
UniqueId: at.Id,
UniqueId: at.UniqueID,
ThresholdType: at.ThresholdType,
ThresholdValue: at.ThresholdValue,
Recurrent: at.Recurrent,