Skip to content

Linked editing doesn't work if variable is used as a parameter into a section #500

@fbricon

Description

@fbricon

See item in the #linkItem user tag:

{#for item in items}
      <li>
            {#linkItem name=item.name /} 
            {#if item.price < 15}
              {item.price}
            {#else}
              <del>{item.price}</del> <strong>{item.discountedPrice}</strong>
            {/if}
      </li>
{/for}

Screenshot 2022-05-16 at 19 02 52

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingqute

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions