dotCMS / core

Headless/Hybrid Content Management System for Enterprises
http://dotcms.com
Other
862 stars 468 forks source link

/edit does not deliver the logged in user to the last page browsed on front end #13026

Closed DeanGonzalez closed 6 years ago

DeanGonzalez commented 6 years ago

Tested on latest 4.2

Easy to reproduce, visit a page on the front end of demo site like this one:

https://demo.dotcms.com/about-us/our-team/

Then add the /edit at the end of the domain and log in.

Expected behavior is that it should deliver you to the "our team" page in edit mode, but instead, it is acting like a /admin login and brings the user to the workflow tasks screen.

bryanboza commented 6 years ago

After update the last code in release-4.2.3, we still having problems in with the redirect, we always redirect to the edit of the index page

wezell commented 6 years ago

@fmontes Work off 4.2.2 so we can deliver a hotfix

bryanboza commented 6 years ago

Tested on rease-4.3.0 // postgres // chrome. Now this is working as expected

Note: We need merge this changes on master

bryanboza commented 6 years ago

Note to doc: We have an special case here, if you turn off the ENABLE_CLICKSTREAM_TRACKING property this feature isn't working. Maybe we need doc this case

fmontes commented 6 years ago

@bryanboza please test this in master.

bryanboza commented 6 years ago

Fixed, we have the same behavior, this works but depends of the property ENABLE_CLICKSTREAM_TRACKING