Nested images in a repeteable structure Liferay

460 views Asked by At

It's my first time working with Liferay 6.2 GA2.

I have created a structure for a Web-content that is a text repeatable with an image nested and other texts nested to this text further. And I have created the corresponding template.

My problem is that when I create the Web-content and I repeat this structure, when I select a different image for all the structures the first image appears in all of them and the other images don't appear.

I've read that this is a bug in Liferay but I haven't found a solution yet. I've tried to modify the main.js in ROOT/html/portlet/journal/js by deleting this code:

if (repeatableFieldImage) {
   repeatableFieldImage.remove();
}

but it didn't work.

Do you know what's happening and how I can fix it?

Thanks

0

There are 0 answers