Skip to content

Commit

Permalink
Fix for NPA-165
Browse files Browse the repository at this point in the history
  • Loading branch information
Chaithra001 committed Oct 3, 2024
1 parent 9ffb462 commit f391b2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion object_manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ var getObjectWithSearchFieldsMap = map[string]func(recordType IBObject, objMgr *

func NewEmptyZoneDelegated() *ZoneDelegated {
zoneDelegated := &ZoneDelegated{}
zoneDelegated.SetReturnFields(append(zoneDelegated.ReturnFields(), "comment", "disable", "locked", "ns_group", "delegated_ttl", "zone_format"))
zoneDelegated.SetReturnFields(append(zoneDelegated.ReturnFields(), "comment", "disable", "locked", "ns_group", "delegated_ttl", "extattrs", "zone_format"))
return zoneDelegated
}

Expand Down

0 comments on commit f391b2f

Please sign in to comment.