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

bug 45061 icona link esterni blocco link v3 #270

Merged
merged 3 commits into from
Aug 8, 2023

Conversation

deodorhunter
Copy link

fix: wrong layout for external link indicator icon if objects are Plone Links in anonymous view

@deodorhunter deodorhunter self-assigned this Aug 4, 2023
Comment on lines 71 to 77
{item['@type'] === 'Link' ? (
<UniversalLink
item={!isEditMode ? item : null}
href={isEditMode ? '#' : null}
>
{item.title}
</UniversalLink>
Copy link
Member

Choose a reason for hiding this comment

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

Non sono sicuro di aver capito perché aggiungi un link dentro un link che c'è già sempre. Per far comparire l'icona nel posto giusto?

@pnicolli pnicolli merged commit 4bbb741 into develop Aug 8, 2023
3 checks passed
@pnicolli pnicolli deleted the bug_45061_icona_link_esterni_blocco_link_v3 branch August 8, 2023 12:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants