I:
- go to .../admin/commerce/products
- click "quick edit" on the screen: a list of products is shown (see also http://drupal.org/node/1935014)
- click on the gear of the attached view and then on "edit view"
- update the view and then click "SAVE"
View is saved, but I get redirected to page .../commerce_backoffice/variations/1: it's a text only page (no HTML) with a JSON in it. I have to manually get back on the view I was editing. Is it a known problem?
Same problem if attached view as sortable columns: clicking one of them leads to something like http://www.example.com/#overlay=commerce_backoffice/variations/1%3Forder%3Dcommerce_stock%26sort%3Ddesc and immediately to http://www.example.com/commerce_backoffice/variations/1?order=commerce_stock&sort=desc& with the "JSON page".
Comments
Comment #1
bojanz commentedYes, this is expected Views behavior.
The view outputs JSON because it is embedded into the other backoffice view.
The other part about columns is problematic, I'm not sure we can solve it, but in that case we should at least disable table sorting.
Comment #2
Elementica commentedI see. I just wonder if - as I'd expect - in the future there will be a more "user-friendly" behaviour, so that saving (or sorting) the view, the UI won't be messed up.
Comment #3
vasikeThere's new issue and a patch about destination after "Edit view" of a megarow - #2075063-1: Use "Add destination" setting for Backoffice views , as was reported on issue description.
Comment #3.0
vasikemore informations added