Hello I was able to fix this .
Line: https://github.com/openstack/horizon/blob/master/openstack_dashboard/dashboards/project/static/dashboard/project/containers/objects.controller.js#L63
needs to be updated to:
ctrl.currentURL = ctrl.containerURL + encodeURIComponent($routeParams.folder).replace(/%2F/g, '/') +
Hello I was able to fix this .
Line: https:/ /github. com/openstack/ horizon/ blob/master/ openstack_ dashboard/ dashboards/ project/ static/ dashboard/ project/ containers/ objects. controller. js#L63
needs to be updated to:
ctrl.currentURL = ctrl.containerURL + encodeURICompon ent($routeParam s.folder) .replace( /%2F/g, '/') +