Ignore:
Timestamp:
Oct 17, 2007, 9:58:57 AM (15 years ago)
Author:
Nicklas Nordborg
Message:

References #721: Auto-detect function is now aware of FileStoreEnabled? items and automatically
selects a default file for import.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/www/common/plugin/configure.jsp

    r3679 r3852  
    217217                else if (value instanceof File && pType instanceof FileParameterType)
    218218                {
    219                   value = ((File)value).getPath().toString();
     219                  File file = File.getById(dc, ((File)value).getId());
     220                  value = file.getPath().toString();
    220221                }
    221222                else if (value instanceof BasicItem)
Note: See TracChangeset for help on using the changeset viewer.