This commit is contained in:
parent
b78a51bc74
commit
de59bf7aeb
|
|
@ -54,6 +54,7 @@ Release Notes.
|
|||
* Support mTLS for gRPC channel.
|
||||
* Add yaml file suffix limit when reading ui templates.
|
||||
* Support consul grouped dynamic configurations.
|
||||
* Fix `H2MetadataQueryDAO.searchService` doesn't support auto grouping.
|
||||
|
||||
#### UI
|
||||
|
||||
|
|
|
|||
|
|
@ -163,6 +163,7 @@ public class H2MetadataQueryDAO implements IMetadataQueryDAO {
|
|||
Service service = new Service();
|
||||
service.setId(resultSet.getString(H2TableInstaller.ID_COLUMN));
|
||||
service.setName(resultSet.getString(ServiceTraffic.NAME));
|
||||
service.setGroup(resultSet.getString(ServiceTraffic.GROUP));
|
||||
return service;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue