4** pages do not show store name
Bug #1484173 reported by
Stephen Stewart
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Software Center Agent |
New
|
Undecided
|
Unassigned |
Bug Description
4** pages do not show the store name, ie 'myapps' in the global store, which is the only distinguishing feature of a store UI
This leaves multi store users without enough information to know where they are should something go wrong.
To post a comment you must log in.
Is worth noting that the store value was removed from the 4** pages because we had the case where:
* the 404 pages was trying to be shown
* for rendering it, the current store was tried to be fetched from the DB
* for reason X, the default store did not exist in the DB
* a missing store raises 404
Result: 404 inception. So we removed the store from the 404 template.
I think we should add it only for 403 pages.