SP7-Ritmare / starterkit

Geoinformation Enabling Toolkit (GET-IT)
GNU General Public License v3.0
14 stars 11 forks source link

Layers and views: filtering via Owners or Categories does not work #171

Open ptagliolato opened 5 years ago

ptagliolato commented 5 years ago

Reproduce the issue by clicking on one of the available Users/Categories in the left pane. Nothing seems to happen. If you look in the browser developer console, the following javascript Error appears (related to assets.min.js):

Error: event is not defined $scope.multiple_choice_listener@http://demo0.get-it.it/static/geonode/js/search/search.js?v=2.7.5:424:11 fn@http://demo0.get-it.it/static/lib/js/assets.min.js?v=2.7.5 line 32 > Function:4:374 e@http://demo0.get-it.it/static/lib/js/assets.min.js?v=2.7.5:33:13653 $eval@http://demo0.get-it.it/static/lib/js/assets.min.js?v=2.7.5:31:15744 $apply@http://demo0.get-it.it/static/lib/js/assets.min.js?v=2.7.5:31:15969 compile/</<@http://demo0.get-it.it/static/lib/js/assets.min.js?v=2.7.5:33:13703 dispatch@http://demo0.get-it.it/static/lib/js/assets.min.js?v=2.7.5:3:14421 add/q.handle@http://demo0.get-it.it/static/lib/js/assets.min.js?v=2.7.5:3:11231

ptagliolato commented 5 years ago

Update: issue limited to Firefox browser (version 64.0.2 (64 bit)). In Chrome the functionality is ok.