From a9afe17e6c116c5eb38e244e80374f39697824aa Mon Sep 17 00:00:00 2001 From: Francisco Vicent Date: Mon, 25 Sep 2023 05:54:19 -0300 Subject: [PATCH] Dehydrate organization field (#11498) Co-authored-by: Alessio Fabiani --- geonode/api/api.py | 1 + 1 file changed, 1 insertion(+) diff --git a/geonode/api/api.py b/geonode/api/api.py index 4303c0caa4b..c80c699ed48 100644 --- a/geonode/api/api.py +++ b/geonode/api/api.py @@ -543,6 +543,7 @@ def dehydrate(self, bundle): documents_count=bundle.data.get("documents_count", 0), maps_count=bundle.data.get("maps_count", 0), layers_count=bundle.data.get("layers_count", 0), + organization=bundle.data.get("organization", 0), ) return bundle