Skip to content

In actions, display name of uploaded file #29

@lorenzulrich

Description

@lorenzulrich

Currently, an uploaded file can be attached to an action, but its filename cannot be output in the e-mail. By extending the conditions in DataTemplateImplementation->stringify, this could be easily achieved:

        } elseif ($value instanceof CachedUploadedFile) {
            return $value->getClientFilename();

Is this just a missing feature or was it a concious decision?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions