Explorar o código

cow: eventList update

Yi hai 2 semanas
pai
achega
f3ac925600
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      model/event_cow_log.go

+ 1 - 0
model/event_cow_log.go

@@ -106,6 +106,7 @@ func (e EventCowLogSlice) ToPB(eventCategoryMap map[pasturePb.EventCategory_Kind
 			EventAtFormat:     eventAtFormat,
 			EventCategoryKind: v.EventCategoryKind,
 			EventCategoryName: eventCategoryMap[v.EventCategoryKind],
+			EventTypeKind:     v.EventType,
 		}
 	}
 	return res