I have D8 installed at http://localhost/drupal/ and overlay uninstalled. When I try and change the row format of a view I can't save or cancel the second page.

Steps to reproduce
1. Install in a subdirectory, e.g. http://localhost/drupal/
2. Edit a view, e.g. http://localhost/drupal/admin/structure/views/view/frontpage
3. Change the row format (under Format > Show, click Content)
4. Choose any other format.
5. Click Apply (all displays)
6. You will be presented with the settings for that row format. Attempt to click either Apply or Cancel.

Nothing will happen, but debug tools will show a failed request to e.g. http://localhost/drupal/drupal/admin/structure/views/ajax/display/frontp.... Note drupal is in there twice at the start of the URL, if you remove this you'll see the intended response.

This can be worked around by reloading the page and clicking the Settings link to reopen the dialog.

Comments

nod_’s picture

xjm’s picture

Issue tags: +VDC
dawehner’s picture

Priority: Normal » Critical

This can be reproduced 100% as it is.

I don't think the workaround mentioned in #1 is something we should consider as solution.

nod_’s picture

isn't that a typical RewriteBase to set up properly in the .htaccess for things to work?

dawehner’s picture

Well, it worked 100% before and this is the only place in d8 where you really have to setup a RewriteBase. There is something else going on wrong.

cosmicdreams’s picture

Please list the specific error messages you receive or better yet a screenshot of the problem

dawehner’s picture

Please list the specific error messages you receive or better yet a screenshot of the problem

Well yeah the steps to reproduce is there, ... and you cannot fix that without trying it out anyway.

olli’s picture

Status: Active » Needs review
StatusFileSize
new767 bytes

This helps for me.

olli’s picture

StatusFileSize
new1.81 KB
new1.06 KB

Here is a test.

dawehner’s picture

Status: Needs review » Reviewed & tested by the community

Perfect, thank you!!

catch’s picture

Status: Reviewed & tested by the community » Fixed

Committed/pushed to 8.x, thanks!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.