Activity log for bug #2023778

Date Who What changed Old value New value Message
2023-06-14 13:12:06 Clément Foucher bug added bug
2023-06-14 13:12:43 Clément Foucher description When a page or collection exists in a group, and we want to duplicate it to another group, if the number of pages or collections available for copy is larger than 10, there are multiple pages available. If the page or collection is not displayed in the first page, then we can change page at the bottom, or change the number of available results in the page. But either of these options result in loosing the ?group=XX in URL, thus the copy will now not target the group but rather our personal page. E.g. : before clicking on page 2 at bottom, the URL is: [...]/view/choosetemplate.php?searchcollection=1&group=2 But after clicking on page 2 at bottom, the URL is: [...]/mahara/view/choosetemplate.php?viewoffset=10&setlimit=1&limit=10 Notice that there is no longer the "group=2", thus copy will now not target the group. The only workaround I found is to not use the selectors at the bottom of the page, but rather manually add &limit=100 in the URL to display all the available pages and collections. When a page or collection exists in a group, and we want to duplicate it to another group, if the number of pages or collections available for copy is larger than 10, there are multiple pages available. If the page or collection is not displayed in the first page, then we can change page at the bottom, or change the number of available results in the page. But either of these options result in loosing the ?group=XX in URL, thus the copy will now not target the group but rather our personal page. E.g. : before clicking on page 2 at bottom, the URL is: [...]/view/choosetemplate.php?searchcollection=1&group=2 But after clicking on page 2 at bottom, the URL is: [...]/mahara/view/choosetemplate.php?viewoffset=10&setlimit=1&limit=10 Notice that there is no longer the "group=2", thus copy will now not target the group. The only workaround I found is to not use the selectors at the bottom of the page, but rather manually add &limit=100 in the URL to display all the available pages and collections. My Mahara version is: 22.10.0.
2023-06-14 13:13:14 Clément Foucher description When a page or collection exists in a group, and we want to duplicate it to another group, if the number of pages or collections available for copy is larger than 10, there are multiple pages available. If the page or collection is not displayed in the first page, then we can change page at the bottom, or change the number of available results in the page. But either of these options result in loosing the ?group=XX in URL, thus the copy will now not target the group but rather our personal page. E.g. : before clicking on page 2 at bottom, the URL is: [...]/view/choosetemplate.php?searchcollection=1&group=2 But after clicking on page 2 at bottom, the URL is: [...]/mahara/view/choosetemplate.php?viewoffset=10&setlimit=1&limit=10 Notice that there is no longer the "group=2", thus copy will now not target the group. The only workaround I found is to not use the selectors at the bottom of the page, but rather manually add &limit=100 in the URL to display all the available pages and collections. My Mahara version is: 22.10.0. When a page or collection exists in a group, and we want to duplicate it to another group, if the number of pages or collections available for copy is larger than 10, there are multiple pages available. If the page or collection is not displayed in the first page, then we can change page at the bottom, or change the number of available results in the page. But either of these options result in loosing the ?group=XX in URL, thus the copy will now not target the group but rather our personal page. E.g. : before clicking on page 2 at bottom, the URL is: [...]/view/choosetemplate.php?searchcollection=1&group=2 But after clicking on page 2 at bottom, the URL is: [...]/mahara/view/choosetemplate.php?viewoffset=10&setlimit=1&limit=10 Notice that there is no longer the "group=2", thus copy will now not target the group. The only workaround I found is to not use the selectors at the bottom of the page, but rather manually add &limit=100 in the URL to display all the available pages and collections. Mahara version: 22.10.0. OS: Windows 10 Browser: Firefox
2023-06-19 01:58:32 Kristina Hoeppner marked as duplicate 1990981