Enumeration frozen
Added by Hugues Lamy over 15 years ago
I know the Enumeration is planned to be changed in the near future, but I have a question.
Why in the Enumeration model the OPTIONS are frozen ?
I would have like to add some more Enumeration for my plugin on the fly. Having my enumeration manage there, I would have less work to to. Furthermore, I would copy almost exactly the Enumeration model and controller in my plugin. That's not very DRY.
Thanks
Hugues Lamy - [[http://m2i3.com]]
Replies (1)
RE: Enumeration frozen - Added by Eric Davis over 15 years ago
I've got a refactoring coming up for Enumerations that will make them a lot easier to work with (#3007). I think it's been pretty well tested in production so I might push it up soon.
Eric