Opened 13 years ago

Closed 13 years ago

#1602 closed enhancement (fixed)

The <base:select> taglib should display complete path for directories

Reported by: Nicklas Nordborg Owned by: everyone
Priority: minor Milestone: BASE 2.17.1
Component: web Version:
Keywords: Cc:

Description

The current implementation only display the last directory name of the path, but it would be more useful to show the complete path. Using the 'Select' button put's the complete path in the list, but the 'recently used' items only display the name.

Since it may require a database query to get access to the path and we can't be sure that the connection is still open when the taglib is rendering it's html, we should fallback to only display the name if the getPath() call fails

Change History (1)

comment:1 by Nicklas Nordborg, 13 years ago

Resolution: fixed
Status: newclosed

(In [5604]) Fixes #1602: The <base:select> taglib should display complete path for directories

Note: See TracTickets for help on using tickets.