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

Subpanels don't show related records links when view permission is set to "group" #10611

Open
SinergiaCRM opened this issue Jan 13, 2025 · 0 comments
Labels
Type: Bug Bugs within the core SuiteCRM codebase

Comments

@SinergiaCRM
Copy link
Contributor

SinergiaCRM commented Jan 13, 2025

Issue

Subpanels are not displaying clickable links to related records from different modules when the permission level in Roles, under the View column, is set to "Group". While the name of the related record is shown, it appears as plain text instead of a clickable link.

Possible Fix

No response

Steps to Reproduce the Issue

  1. As an admin user:
  • Create a regular user (u1)
  • Create a role (r1) setting for Accounts module View=Group
  • Create two security groups (g1 and g2)
  • Add u1 to g1
  • Add role r1 to g1
  • Create a project (p1) and assign it to g1
  • Create an account (a1) and assign it to g1
  • Create an opportunity linking p1 and a1, ensuring the opportunity is assigned to g1
  • Create another account (a2) and assign it to g2
  • Create another opportunity linking p1 and a2, ensuring the opportunity is assigned to g1
  1. Login as user u1 (recommended using incognito window or different browser)
  • Verify that in the Opportunities subpanel of p1's detail view, both opportunities are displayed, but only a1 shows as a clickable link that allows access to the account, while a2 only shows the name without a link.

image

Context

No response

Version

7.14.6

What browser are you currently using?

Chrome

Browser Version

Versión 131.0.6778.139 (Build oficial) (64 bits)

Environment Information

MySQL, PHP Version 8.2

Operating System and Version

Kubuntu 22.04.4 LTS

@SinergiaCRM SinergiaCRM added the Type: Bug Bugs within the core SuiteCRM codebase label Jan 13, 2025
juanSTIC pushed a commit to SinergiaTIC/SinergiaCRM that referenced this issue Jan 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Bugs within the core SuiteCRM codebase
Projects
None yet
Development

No branches or pull requests

1 participant