Hi,
We modified a problem introduced in HikaMarket 1.4.1 with the new "tree" system.
The tree originally send every checkbox in the form but with some server, it was too much data.
So we introduced an algorithm which serialize the data into an hidden input box; when you edit the tree content, the data is right serialized. But HikaMarket "compile" the data in order to reduce the size and only keep the useful information.
The problem was during the "re-save", when you save the tree which wasn't edited. The algorithm tried to "compile" a data which was already "compiled" and the result was the removal of some elements.
But we fixed that issue during August, some days after the bug as been submitted.
See :
www.hikashop.com/forum/22-market-bug-rep...s-automatically.html
We applied the patch in different websites and it fixed the problem ; so I think the problem is coming from before the release and you now see the problem. But if you re-set your ACL, save them, the result will be good.
And if you try to re-save the configuration without changing anything in the ACL, it should stay the same and not loose some specific data like it was before the fix.
Regards,