Bug
Order of main menu items wrong after module import
Issue description
When a module contains a user group, its includes its main menu also. After importing the module, the order of the menu item in the target store is different from the source.
Developer comments
The mixup is not random. It seems to be systematic. Hmm.
This is caused by reordering. If a paragraph supports reordering, the following happens: given three associations A1, A2, A3, with re roles R1a, R1b, R2a, R2b, R3a and R3b. They are present in the given order which only concerns the players. When the user reorders them in the form, it is still A1,A2,A3, but the roles are created anew and now have different (higher) ids. Currently the FastReader selects the associations and they are put ordered by the roles ids. This was adjusted so that it is sorted by the associations ids. Since the FastWriter always processes the associatoins in the given order, this solved the problem.
|
|
We are sorry
This page cannot be displayed in your browser. Use Firefox, Opera, Safari, or Chrome instead.