livingmine
livingmine
Impacted versions: 8.0 Steps to reproduce: This has to do with selecting attribute with multi options selected. Select more than one attribute values on the multi attribute. This behaviour does...
Impacted versions: 8.0 Steps to reproduce: 1. Create a configurable template with one custom attribute in my case its type is float 2. Configure the product on sales order line...
``` if (node.loc.start.line < line && node.loc.end.line > line) ``` evaluating each variables at that line of code resulting in: ``` node.loc.start.line -> 19 line -> 23 node.loc.end.line -> 22...