kartoza / geonode

GeoNode is an open source platform that facilitates the creation, sharing, and collaborative use of geospatial data.
http://geonode.org/
GNU General Public License v3.0
8 stars 17 forks source link

Fix default filter by group #566

Closed zamuzakki closed 4 years ago

zamuzakki commented 4 years ago

Fix https://github.com/kartoza/IGRAC-GGIS/issues/43

Previously, user must logout first to update the default filter by their group. This is because the filter is set when they login using signals. Now, the filter is set using context processor, so the filter will be updated with every request, no need to logout.