If you have two repeatable custom content properties on a page, then you get a bug when adding new items.
When you add a new item and save it, it looks like it works. However, reload the page, and the most recently added item is a copy of the first item in the list. If you add multiple new items and save, again, it appears to work, but then again, when you reload the page, you get copies of the x first items in the list, where x is the number of new items in the list that you just added.
So for example, if you have:
test1, test2, test3, test4 in a list and then add test5, test6 and test7, when you reload the page you will actually have: test1, test2, test3, test4, test1, test2, test3 instead of test1, test2, test3, test4, test5, test6 and test7.
If you remove the second repeatable content area from the page, then it goes back to working as expected.
Hi Guys, has anyone come up with a fix for this. We have a project where we use the control in 4 areas on a page. So experiencing the same problem with v2.0
Hi Dominik, no, we've actually ditched this DataType for stuff where we want more than one on a page and we now use the Embedded Content datatype instead. It doesn't quite support all of the DataTypes that this one does, but you can have as many on a page as you like!
Bug when two repeatable areas are on one page.
If you have two repeatable custom content properties on a page, then you get a bug when adding new items.
When you add a new item and save it, it looks like it works. However, reload the page, and the most recently added item is a copy of the first item in the list. If you add multiple new items and save, again, it appears to work, but then again, when you reload the page, you get copies of the x first items in the list, where x is the number of new items in the list that you just added.
So for example, if you have:
test1, test2, test3, test4 in a list and then add test5, test6 and test7, when you reload the page you will actually have: test1, test2, test3, test4, test1, test2, test3 instead of test1, test2, test3, test4, test5, test6 and test7.
If you remove the second repeatable content area from the page, then it goes back to working as expected.
Have you found a solution for this problem?
Nope, sorry.
Hi Guys, has anyone come up with a fix for this. We have a project where we use the control in 4 areas on a page. So experiencing the same problem with v2.0
i have the same problem - any solutions?
Hi Dominik, no, we've actually ditched this DataType for stuff where we want more than one on a page and we now use the Embedded Content datatype instead. It doesn't quite support all of the DataTypes that this one does, but you can have as many on a page as you like!
:)
is working on a reply...