Tracker: Bugs

5 DHtmlLayoutPortlet getTitle() hard coded - ID: 2942242
Last Update: Settings changed ( tomyeh )

Hi,

The DHtmlLayoutPortlet function getTitle() has "ZK" hard coded. Therefore all Portlets have "ZK" as the title.

The GenericPortlet reads the title from the XML Configuration, which is a nicer approach (see code below). Can you please remove this method and use the default method provided by the GenericPortlet. Thank you.

...
protected java.lang.String JavaDoc getTitle(RenderRequest request) {
return config.getResourceBundle(request.getLocale()).getString("javax.portlet.title");
}


Marcel Birkner ( mbirkn2s ) - 2010-01-29 05:42:02 PST

5

Closed

None

Nobody/Anonymous

Configuration

3.6.3

Public


Comment ( 1 )

Date: 2010-01-31 18:50:23 PST
Sender: tomyehProject Admin

Fixed since 2/1


Attached File

No Files Currently Attached

Changes ( 3 )

Field Old Value Date By
status_id Open 2010-01-31 18:50:24 PST tomyeh
artifact_group_id None 2010-01-31 18:50:24 PST tomyeh
close_date - 2010-01-31 18:50:24 PST tomyeh