
|
If you were logged in you would be able to see more operations.
|
|
|
|
Issue Links:
|
Depend
|
|
This issue is depended on by:
|
|
|
RSV-7 Ability to have more than one instance of Resources Viewer per site
|
|
|
|
|
|
|
|
| 2.6.x Status: |
None
|
| 2.5.x Status: |
None
|
| 2.4.x Status: |
None
|
|
Currently the tools that normal users can add to a site more then once are hard coded into SiteAction.java and into the page order helper. This really should not be the case. System adminstrators should be able to control which of the tools that they have installed are allowed multiple placements in a site.
I propose we have a sakai.properties setting that takes a list of tool Ids and all tool ids listed are allowed multiple placements in a site.
|
|
Description
|
Currently the tools that normal users can add to a site more then once are hard coded into SiteAction.java and into the page order helper. This really should not be the case. System adminstrators should be able to control which of the tools that they have installed are allowed multiple placements in a site.
I propose we have a sakai.properties setting that takes a list of tool Ids and all tool ids listed are allowed multiple placements in a site. |
Show » |
|
In the case of a new tool, one ideally doesn't want to have to get either the system-wide sakai.properties defaults or the local instance's sakai.properties updated for the tool to behave correctly (i.e. its initial configuration should be self-contained).