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

see illustration above
| Comment | File | Size | Author |
|---|---|---|---|
| #7 | wetkit_deployment_source-dashboard_view_distinct-2621604-7.patch | 908 bytes | joseph.olstad |
| deployment_dashboard_apply_redirects_to_home_page.png | 26.24 KB | joseph.olstad |
Comments
Comment #2
joseph.olstadComment #3
sylus commentedTook 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.
Comment #4
joseph.olstadThat was quick, thanks again! I will test out the fix soon, sounds about right.
Comment #5
joseph.olstadHi 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"
Comment #6
joseph.olstadComment #7
joseph.olstadthis should go into wetkit_deployment 4x
see patch
Comment #8
joseph.olstad*EDIT* patch is fine
might want to put the options distinct a couple rows down with the other options, either way works though.Comment #9
sylus commentedAh okay I thought it didn't need to be there, added back.