Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong link generation on the Frontend List Contacts in a Category view #9808

Closed
zero-24 opened this issue Apr 8, 2016 · 3 comments
Closed

Comments

@zero-24
Copy link
Member

zero-24 commented Apr 8, 2016

Steps to reproduce the issue

  • install staging or 3.5.1 with testing samepledata
  • create 2 menu entrys that use the view List Contacts in a Category with the category Sample Data-Contact (e.g. at the top navigation)
  • name the first public and the other registerd (only for better understanding 😄)
  • hide some information for the public menu entry (e.g. Contact's Position Email Street Address or others)
  • access the public view.
  • all works ok the information are hidden
  • access the registerd menu link
  • nothing works as it is the same link as for the public menu entry.

Example links (public; works ok)
http://www.example.com/index.php/orchester/mitwirkende (public view with hidden information)
Click on one list entry:
http://www.example.com/index.php/orchester/mitwirkende/2-name-vorname (public view with hidden information)

(registerd; dont work)
http://www.example.com/index.php/intern/mitgliederverzeichnis/ (same category but without hidden information)
Click on one list entry:
http://www.example.com/index.php/orchester/mitwirkende/12-name-vorname (false link as this is with hidden infos)
correct link (that works ok)
http://www.example.com/index.php/intern/mitgliederverzeichnis/12-name-vorname

Expected result

Links like http://www.example.com/index.php/intern/mitgliederverzeichnis/12-name-vorname for the internal registerd menu entry instead of http://www.example.com/index.php/orchester/mitwirkende/12-name-vorname

Actual result

False link that move to the public information (some are hidden e.g.)

current / false link (on the registed view): http://www.example.com/index.php/orchester/mitwirkende/12-name-vorname
expected link: http://www.example.com/index.php/intern/mitgliederverzeichnis/12-name-vorname

The links above are real live examples how this can look. (see JB Reference)

Here the links as per example:
Example links (public; works ok)
http://www.example.com/index.php/public (public view with hidden information)
Click on one list entry:
http://www.example.com/index.php/public/34-park-site/2-webmaster (public view with hidden information)

(registerd; dont work)
http://www.example.com/index.php/registerd (same category)
Click on one list entry:
http://www.example.com/index.php/public/34-park-site/2-webmaster (false link as this is with hidden infos)
correct link (that works ok)
http://www.example.com/index.php/registerd/34-park-site/2-webmaster

Additional comments

works ok on 2.5.x

Joomla Bugs Reference

http://www.joomla-bugs.de/forum/index.php?topic=639.msg3018#msg3018 see: #5678

@brianteeman
Copy link
Contributor

Creating two menu links with different settings to the same data will always cause issues (or was that just for demonstration)


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/9808.

@smz
Copy link
Contributor

smz commented Apr 8, 2016

I think this is similar to this: #9717

@zero-24
Copy link
Member Author

zero-24 commented Jul 16, 2016

Closing as there is another issue. Thanks @smz

@zero-24 zero-24 closed this as completed Jul 16, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants