Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 4.1.0
-
Fix Version/s: 4.1.0
-
Component/s: None
-
Labels:None
Description
Hi, I noticed that when exporting messages for the basenames declared in this module's config node, all of them are ignored but the admin interface one. I hacked a bit the code and came up with the attached patch which basically creates one xls workbook with a worksheet for each of the basenames specified in the module's config with their respective keys and values (for each of the locales also specified in the config node). The import functionality too as been slightly adapted to work with multiple worksheets instead of one.
Activity
- All
- Comments
- History
- Activity
- Transitions
- Subversion Commits
patch added in 4.1.0.
The patch has been revised to workaround a POI/excel limit on the sheet naming (sheet names can be longer, but the first 31 chars must be unique)