Details
-
Type:
Bug
-
Status: CLOSED
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: 10.0
-
Component/s: Worksite Setup
-
Labels:None
-
10 status:Resolved
-
Test Plan:
Description
With the pre-Sakai 10 toolOrder.xml format which it seems should still be supported, tools marked with selected="true" are not in fact selected by default when creating a new site.
e.g. $sakai.home/toolOrder.xml:
<category name="course">
<tool id = "sakai.iframe.site" />
<tool id = "sakai.synoptic.chat" />
<tool id = "sakai.synoptic.announcement" />
<tool id = "home" selected="true" />
<tool id = "sakai.announcements" selected="true" />
This functionality seems to have been lost in the SAK-16600 refactor.