codefog / contao-haste

Haste is a collection of tools and classes to ease working with Contao
http://codefog.pl/extension/haste.html
MIT License
43 stars 24 forks source link

Make DCA-Adjustable by Catalog-Manager #212

Closed beegegroup closed 1 year ago

fritzmg commented 1 year ago

This should be fixed in the Catalog Manager. Why is the field name not a string there? Does the catalog manager use numeric indexes for its dynamically generated fields?

beegegroup commented 1 year ago

ok, i might try my luck in the catalog-manager^^ It's an integer.

edit.: it might be, that the field hasn't been created yet and so on creation there comes an error in the cm and this extension

aschempp commented 1 year ago

I also think this would be an error in an extension. A numeric field name (the only option I can think of that would raise a problem here) should not be used.