or at least an option for this should exist.

Comments

Yoran’s picture

I'm planning a big refactoring, I'll will do this at this time.

Thoron77’s picture

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.

mably’s picture

Issue summary: View changes
Status: Active » Closed (outdated)

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.