Changeset 3852 for trunk/www/common/plugin/configure.jsp
- Timestamp:
- Oct 17, 2007, 9:58:57 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/www/common/plugin/configure.jsp
r3679 r3852 217 217 else if (value instanceof File && pType instanceof FileParameterType) 218 218 { 219 value = ((File)value).getPath().toString(); 219 File file = File.getById(dc, ((File)value).getId()); 220 value = file.getPath().toString(); 220 221 } 221 222 else if (value instanceof BasicItem)
Note: See TracChangeset
for help on using the changeset viewer.