prepare alias on original root in TreatedRoot
This commit is contained in:
parent
ea57113e81
commit
5e3868f58b
|
@ -138,6 +138,7 @@ public class RootImpl<X> extends AbstractFromImpl<X,X> implements Root<X>, Seria
|
|||
|
||||
@Override
|
||||
public String render(RenderingContext renderingContext) {
|
||||
original.prepareAlias(renderingContext);
|
||||
return getTreatFragment();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue