Opened 14 years ago
Closed 14 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
Note:
See TracTickets
for help on using tickets.
(In [5604]) Fixes #1602: The <base:select> taglib should display complete path for directories