Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

In actions, display name of uploaded file #29

Open
lorenzulrich opened this issue Jan 21, 2024 · 1 comment
Open

In actions, display name of uploaded file #29

lorenzulrich opened this issue Jan 21, 2024 · 1 comment

Comments

@lorenzulrich
Copy link
Contributor

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?

@mficzel
Copy link
Member

mficzel commented Feb 19, 2024

Nice idea, there was no plan behind that

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants