Can we do it role base redirection on login, so that users can be send to corresponding pages according to their roles.
Suggest me if we are planning in next releases?
Issue fork alr-3383303
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #5
avpadernoComment #6
adwivedi008 commentedHi maintainers,
I would be glad to know if someone is working on this request or not
If not then Please add me to the maintainers,
I can develop this feature and provide future support for the module too.
Thank you for your time.
Comment #7
pkghang commentedYes i am working on it. Will update as it is done.
Comment #11
uttam commentedI have modified the role basis redirection in the module and it's working fine for all the role. I have generate a PR also by cutting a branch from 2.0.x but it's showing merge error over here can anyone explain why it is happening as I am new to this community it would be nice if anyone explain the MR process. Thank you
Comment #12
uttam commented@pkghang please check my logic for this issue was right or not.
Comment #13
avpadernoComment #14
pkghang commented@uttam , Please clean the code as some static code has been used there.
Comment #15
dharmendra_saini commentedHi @uttam, Is it possible to implement dynamic role-based redirection? This way, any role can initiate redirection
Comment #17
uttam commented@dharmendra_saini trying to create the dynamic role based redirection from a separate branch, implemented the functionality but merge errors occurs due to conflict in the file. Could you please help me on this?
Comment #18
pkghang commented@Uttam, it has already done by @dharmendra_saini. After reviewing i will merge his PR and release accordingly. Please stay tuned and verify at ur end as well.
Comment #19
pkghang commented@dharmendra_saini Thanks for making it dynamic in release 2.0.1.
Also appreciate @Uttam for your contribution here .