[FIX] web client fix: crash when loading translation
authorGéry Debongnie <ged@odoo.com>
Thu, 20 Nov 2014 11:09:39 +0000 (12:09 +0100)
committerGéry Debongnie <ged@odoo.com>
Thu, 20 Nov 2014 12:22:02 +0000 (13:22 +0100)
commit5cd78b891b4baab60de5b55de88385ced11366ff
treed0e0fa3f630f17d435cdeef810732985a57b03d4
parentd3eac8c85bf00969958307b4801727b4e4e0bade
[FIX] web client fix: crash when loading translation

Problem happens when the user from the website tries to load a translation,
it opens up a modal window without an action.  But the modal has a (hidden)
searchview which tries to load custom filters corresponding to that
non-existing action.

Another problem at the same time was that the view manager could not
display the breadcrumbs for a non-existing breadcrumb.
addons/web/static/src/js/search.js
addons/web/static/src/js/views.js