Add localized site type support in kernel
GENERAL
TESTING
GENERAL
TESTING
Description
Attachments
1
- 01 Apr 2014, 04:20 AM
is depended on by
Activity
Show:
Miguel Pellicer September 28, 2017 at 5:10 AM
Is this still an issue that needs a review for Sakai 10.x or 11.x?
Details
Details
Priority
Affects versions
Components
Assignee
KERNEL TEAM
KERNEL TEAMReporter
Gao Jun
Gao JunCreated April 1, 2014 at 4:20 AM
Updated April 25, 2018 at 3:39 PM
This issue is related to SAK-26004.
Since it seems no way to make KNL issue as a sub-task of SAK issue, I have to create this issue directly.
The detail can be found in SAK-26004.
Refer to org.sakaiproject.tool.impl.ToolImpl.getDescription(), I will use the same way to support localized site type.
So a getLocalizedType() function is added to Site to get the localized value.
Besides, a getLocalizedSiteType(String siteType) function is added to SiteService to support it.
Two interfaces were changed, some related class should be modified accordingly.
Some properties file should be added first. These changes can be found in SAK-26005.
The patch is based on 1.3.x branch