Install vanilla 4.x dev
enable wetkit_deployment_source
enable shared_content_example_source

visit admin/dashboard/deployment

select the "bean" tab from the options, and 'slideshow' for the "type" - Then click "apply"

when "apply" is clicked, a redirect to http://localhost/en occurs, this is not as expected
deployment illustration of dashboard issue with apply redirect to /en
see illustration above

Comments

joseph.olstad created an issue. See original summary.

joseph.olstad’s picture

Issue summary: View changes
sylus’s picture

Status: Needs work » Fixed

Took a look at this and seems for that view the ajax isn't enabled which it should be since it is using ajax from quicktabs. I tidied up the view a bit and enabled the ajax and seems to be working now. Pushed a fix to wetkit_deployment.

joseph.olstad’s picture

That was quick, thanks again! I will test out the fix soon, sounds about right.

joseph.olstad’s picture

Hi Sylus, I believe there is a regression in the last commit for wetkit_deployment

- $handler->display->display_options['query']['options']['distinct'] = TRUE;

this line should stay there, we need the 'distinct' option.

see related issue: "distinct query fix bulk deployment view"

joseph.olstad’s picture

Status: Fixed » Needs review
joseph.olstad’s picture

this should go into wetkit_deployment 4x

see patch

joseph.olstad’s picture

*EDIT* patch is fine might want to put the options distinct a couple rows down with the other options, either way works though.

sylus’s picture

Status: Needs review » Fixed

Ah okay I thought it didn't need to be there, added back.

  • sylus committed 263058e on 7.x-4.x
    Fixed WetKit Deployment for Issue #2621604 by joseph.olstad: admin/...
  • sylus committed e119bc9 on 7.x-4.x
    Fixed WetKit Deployment for Issue #2621604: admin/dashboard/deployment...

Status: Fixed » Closed (fixed)

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