HHH-8404: Correctly render 'ListIndexExpression'
This commit is contained in:
parent
fa4f0850c3
commit
ddfa5ffe24
|
@ -60,7 +60,7 @@ public class ListIndexExpression extends ExpressionImpl<Integer> implements Seri
|
|||
|
||||
public String render(RenderingContext renderingContext) {
|
||||
return "index("
|
||||
+ origin.getPathIdentifier() + '.' + getListAttribute().getName()
|
||||
+ origin.getPathIdentifier()
|
||||
+ ")";
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue