Skip to content

Conversation

@ViniTou
Copy link
Contributor

@ViniTou ViniTou commented Jun 10, 2025

🎫 Issue IBX-8561

Description:

During some part of redesign/UX improvment there was added functionality with actions on embedded content. However, non of them took into consideration that we do not always have access to it. As a result, if conditions were not applied to all parts of the view.

For QA:

As the migration do not pass without some modifications - long story short, there is one content with relation to another one placed inside section to which editor user do not have access to.

Documentation:

'data-location-id': relation.contentInfo.mainLocationId,
},
'data-location-id': relation.contentInfo is defined and relation.contentInfo is not null ? relation.contentInfo.mainLocationId,
}|filter(v => v is not null),
Copy link
Contributor

Choose a reason for hiding this comment

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

Could you use a variable that says something more than v?

@barbaragr barbaragr self-assigned this Jun 24, 2025
@barbaragr barbaragr force-pushed the ibx-8561-unauthorized-relation-list branch from e1df3f8 to 919c834 Compare June 24, 2025 10:17
@sonarqubecloud
Copy link

@ViniTou ViniTou merged commit 6fd7513 into 4.6 Jun 24, 2025
28 checks passed
@ViniTou ViniTou deleted the ibx-8561-unauthorized-relation-list branch June 24, 2025 11:58
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