Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Relationship field- can't show related category custom fields #4842

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
robinsowell opened this issue May 14, 2025 · 1 comment
Open

Relationship field- can't show related category custom fields #4842

robinsowell opened this issue May 14, 2025 · 1 comment
Labels
Bug: Unconfirmed Bug report that is not yet confirmed and/or is not reproducible.

Comments

@robinsowell
Copy link
Contributor

7.5.77 - I have a category with a custom field in it. It shows up fine in a channel entry form with the standard variable pair. However, it does not display if used in a relationship field. No errors, and it's not unparsed- the content is just not replaced.

{exp:channel:entries entry_id ="27"}
<h3>{title} - {entry_id}</h3>

    {my_rel}
        related title: {my_rel:title} <br>
    {my_rel:categories}
        {category_name} - {cat_sum}
    {/my_rel:categories}        
        
    {/my_rel}
{/exp:channel:entries}

my_rel is the shortname of the relationshp field. cat_sum is the shortname of the category custom field.

@robinsowell robinsowell added the Bug: Accepted Bug has been confirmed, is reproducible, and ready to work on. label May 14, 2025
@intoeetive intoeetive added Bug: Unconfirmed Bug report that is not yet confirmed and/or is not reproducible. and removed Bug: Accepted Bug has been confirmed, is reproducible, and ready to work on. labels May 19, 2025
@intoeetive
Copy link
Contributor

@robinsowell I wasn't able to replicate this. Can you think of additional steps involved?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug: Unconfirmed Bug report that is not yet confirmed and/or is not reproducible.
Projects
None yet
Development

No branches or pull requests

2 participants