Giter VIP home page Giter VIP logo

Comments (5)

garak avatar garak commented on July 24, 2024

Could you provide an example?

from vichuploaderbundle.

KDederichs avatar KDederichs commented on July 24, 2024

sure:
Let's say the value of the property is either null or ''. At the moment the namer will throw an exception since it checks for empty($name).
That new configuration option would make the namer not throw an exception in cases like that but behave like if there was no directory namer (returning '').

Use case would be (at least for me) a fallback for old entities that were around before directory naming was enabled.

from vichuploaderbundle.

garak avatar garak commented on July 24, 2024

That seems a poor solution to me: how can you distinguish between the empty value returned for that reason (no naming enabled yet) and an empty value returned for some other reason?
By the way, I guess you can solve your use case by listening to the exception.

from vichuploaderbundle.

KDederichs avatar KDederichs commented on July 24, 2024

I mean, there's no empty value being returned by that ever at the moment. Because if it's empty it throws the exception.

from vichuploaderbundle.

garak avatar garak commented on July 24, 2024

The listener solution seems still suitable.
Another possible solution is a script that fills that empty values with something meaningful.

All in all, it looks like this new option would solve only an edge case.

from vichuploaderbundle.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.