Skip to content

IBX-8707: Items listed in role assignment page are not clickable #1508

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

Open
wants to merge 2 commits into
base: 4.6
Choose a base branch
from

Conversation

vidarl
Copy link
Contributor

@vidarl vidarl commented Mar 20, 2025

🎫 Issue IBX-8707

Description:

Make rows in Role assignment tab as clickable links

image

@vidarl vidarl changed the base branch from main to 4.6 March 20, 2025 12:56
@vidarl vidarl force-pushed the IBX-8707_Items_listed_in_role_assignment_page_are_not_clickable branch 2 times, most recently from 2ab0b59 to ee48c9e Compare March 20, 2025 12:59
@vidarl vidarl force-pushed the IBX-8707_Items_listed_in_role_assignment_page_are_not_clickable branch from ee48c9e to c7fed2d Compare March 20, 2025 13:17
@vidarl vidarl requested a review from a team March 20, 2025 14:10
@adamwojs adamwojs requested review from a team April 7, 2025 07:38
Copy link

sonarqubecloud bot commented Apr 7, 2025

@@ -20,8 +20,16 @@
raw: true,
}]) %}

{% set content %}
{% set assignment_link_content = role_assignment.usergroup is defined ? role_assignment.usergroup : role_assignment.user %}
<a href="{{ibexa_url(assignment_link_content)}}">{{ibexa_content_name(assignment_link_content)|escape}}</a>
Copy link
Contributor

@tischsoic tischsoic Apr 10, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

somewhat nitpick

Suggested change
<a href="{{ibexa_url(assignment_link_content)}}">{{ibexa_content_name(assignment_link_content)|escape}}</a>
<a href="{{ ibexa_url(assignment_link_content) }}">
{{ ibexa_content_name(assignment_link_content)|escape('html') }}
</a>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants