Skip to content

Commit

Permalink
Merge pull request #1370 from openziti/fix-missing-transit-router-ent…
Browse files Browse the repository at this point in the history
…ity-type

Fix missing entity type id on transit router. Fixes #1369
  • Loading branch information
plorenz authored Mar 27, 2023
2 parents 4057d55 + 0a6043b commit f250b1a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions controller/model/transit_router_manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ type TransitRouterManager struct {
allowedFields boltz.FieldChecker
}

func (self *TransitRouterManager) GetEntityTypeId() string {
return "transitRouters"
}

func (self *TransitRouterManager) newModelEntity() edgeEntity {
return &TransitRouter{}
}
Expand Down

0 comments on commit f250b1a

Please sign in to comment.