How to use this module

Created on 15 October 2024, about 1 month ago

Problem/Motivation

Reading from the project page and looking a bit at the code, I thought that an access denied would be sufficient to redirect to (or show subrequest of) the next path in the dynamic link, but I tried with creating a few pages with Views, where I could set for example access by role, and a user role without permission only saw the Access denied page instead of the subsequent page (to which he had access by role).

I guess I'm misunderstanding the meaning of "available link", could you explain? 🙏🏻 Thank you

💬 Support request
Status

Active

Version

1.2

Component

Documentation

Created by

🇮🇹Italy kopeboy Milan

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @kopeboy
  • I thought that an access denied would be sufficient to redirect to (or show subrequest of) the next path in the dynamic link

    You understand everything correctly. All links in the specified order are checked for access and if there is an accessible one, it will be shown. If all links return access denied then the result will be an access denied. Are you sure that the next link in the list is accessible for the user you are testing?

    If you are sure that the configuration is correct, then perhaps there is an error in the module, in which case it is necessary that you provide an example of the view configuration and dynamic link to investigate your case.

Production build 0.71.5 2024