#2556 - Adding content redirects to invalid URL after adding
| Identifier | #2556 |
|---|---|
| Issue type | Major issue (breaks an entire feature) |
| Title | Adding content redirects to invalid URL after adding |
| Status | Completed |
| Handling member | Chris Graham |
| Addon | core |
| Description | Related to #2535
Adding an item on staff checklist is not the only thing that redirects to a lovinity.org/cms_awards/* page. Pretty much any redirect after adding new content from the CMS zone, such as adding new news or adding a calendar entry, will do this. |
| Steps to reproduce | |
| Funded? | No |
The system will post a comment when this issue is modified (e.g., status changes). To be notified of this, click "Enable comment notifications".


Comments
I also noticed Javascript may be an issue. Javascript forms redirect wrongly to the start page and also page numbers redirects to start (click once and the web page bounces up but pagination doesn't progress how you wanted it to. Click again and you get taken to the start page).
If there are any issues with the next RC, please open a separate issue for each with clear reproduction instructions (e.g. I struggled a bit with "Javascript forms", I'd want to know an exact URL, as various factors could be at play otherwise).
"will now redirect wrongly to the website's start page" - actually I don't think this was ever true, which is why it confused me. However it *seems* true. For JavaScript block navigation we dynamically set the URL in the browser, but it's a visual thing only using the "new" JS navigation API. No actual HTTP redirect happens. Anyway, this is now fixed.