Actions
Bug #6565
closed
reporting tool: bad translation request: breadcrumbs show 'TypeName'
Start date:
14/08/2013
Due date:
% Done:
0%
Estimated time:
Complexity:
Normal
Description
breadcrumbs try to translate TypeName in context application\weblcms\tool\, the context should be tool dependant
Files
Updated by Anonymous almost 10 years ago
partially resolved
in file application/weblcms/integration/reporting/php/lib/templates/publication_detail.class.php
on line 103: this->tool does not exist (I am not sure if this is a generally correct assertion)
changed line 103 to
Translation :: get('TypeName', null, Tool :: get_tool_type_namespace($this->tool ? $this->tool : Request :: get ('tool')))
Updated by Nathalie Blocry almost 10 years ago
- Target version set to LCMS 4 Beta
Updated by Anonymous almost 10 years ago
- Status changed from New to Bug resolved
Actions