or at least an option for this should exist.
I'm planning a big refactoring, I'll will do this at this time.
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.
Now that this issue is closed, review the contribution record.
As a contributor, attribute any organization that helped you, or if you volunteered your own time.
Maintainers, credit people who helped resolve this issue.
Comments
Comment #1
Yoran commentedI'm planning a big refactoring, I'll will do this at this time.
Comment #2
Thoron77 commentedHi,
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
add
And your attachments should be now listed when added.
Comment #3
mably commented