Closed (duplicate)
Project:
Redirect
Version:
8.x-1.0
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
4 Jan 2018 at 13:17 UTC
Updated:
26 Feb 2018 at 13:45 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
idebr commentedHi chandraraj,
I can confirm the patch had a similar goal as the contrib module. The issue that added the vertical tab is available at #2702353: Vertical tab for listing redirects to content/entities missing
Comment #3
chandraraj commentedHi idebr,
Thanks for your response. The other additional features of my module are:
* Ability to add a redirect from the node itself (like D7)
* Redirect links are clickable
Please let me know if you want a patch created for this, and I will make my project obsolete.
Comment #4
berdirAdding a redirect seems useful, but I'm not sure about clickable redirect links. Why would you need to do that? It jut adds more risk that users click on it and lose data from the current node form.
Comment #5
chandraraj commentedAlso if the source node has a query string. Then redirect module is not listing it. For e.g. the redirect is 'aaf-18' to the source node which has the path
/node/5?utm_medium=print&utm_source=prospectus&utm_campaign=ug%2Bprospectus%2Bbrand&utm_content=2018Please see the screen grab of the above example in both our modules.
Comment #6
chandraraj commentedHi Berdir,
The D7 version of redirect module provides the same clickable facility. So it's included in my module and also it's the client requirement when their project is migrated from D7 to D8.
Comment #7
berdirWell, just because something existed in 7.x is IMHO not reason enough, I don't see why it would be necessary to display a link to a page that just redirects back to the current node? Maybe it was just to have the full URL accessible, IIRC we implemented that as a title attribute that shows on hover.
Comment #8
idebr commentedI suggest we discuss further improvements to the node form element in #2931770: Improve usability of redirect operation links in node form