Opened 3 months ago

Closed 3 months ago

Last modified 3 months ago

#2325 closed enhancement (fixed)

Add API for setting a different column title when exporting a table listing

Reported by: Nicklas Nordborg Owned by: everyone
Priority: major Milestone: BASE 3.19.12
Component: web Version:
Keywords: Cc:

Description


Change History (4)

comment:1 by Nicklas Nordborg, 3 months ago

Resolution: fixed
Status: newclosed

In 8224:

Fixes #2325: Add API for setting a different column title when exporting a table listing

Added ListColumnAction.getExportTitle() and implemented support for this in table listings, etc.

comment:2 by Nicklas Nordborg, 3 months ago

In 8226:

References #2325: Add API for setting a different column title when exporting a table listing

Child/parent columns new use the new API since the regular title have some HTML code in it.

comment:3 by Nicklas Nordborg, 3 months ago

In 8227:

Fixes #2325: Add API for setting a different column title when exporting a table listing

The default implementation of ListColumnAction.getExportTitle() should strip HTML code.

comment:4 by Nicklas Nordborg, 3 months ago

In 8228:

Fixes #2325: Add API for setting a different column title when exporting a table listing

The default implementation of AbstractListColumnBean.getExportTitle() should strip HTML code.

Note: See TracTickets for help on using tickets.