share detail, environment detail, overview, org overview all output 'envZId' now (#998)

This commit is contained in:
Michael Quigley
2025-07-02 12:28:22 -04:00
parent 8aa2ff9006
commit 3f3638b189
4 changed files with 6 additions and 0 deletions

View File

@ -76,6 +76,7 @@ func (h *overviewHandler) Handle(_ metadata.OverviewParams, principal *rest_mode
envShr := &rest_model_zrok.Share{
ShareToken: shr.Token,
ZID: shr.ZId,
EnvZID: env.ZId,
ShareMode: shr.ShareMode,
BackendMode: shr.BackendMode,
FrontendSelection: feSelection,