Attachments should be saved with "list = 1"
killes@www.drop.org - May 16, 2009 - 21:11
| Project: | WebDAV for Drupal |
| Version: | 6.x-1.0-rc7 |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
or at least an option for this should exist.

#1
I'm planning a big refactoring, I'll will do this at this time.
#2
Hi,
The temporary solution I've found is to edit the
webdav_attachement.module
file in webdav_attachement folder in the module directory.
In the function webdav_attachement_node_attachements_put after the line
$file->description= basename($file_name);add
$file->list = true;And your attachments should be now listed when added.