getter for formula-object
ecco8888 opened this issue · 1 comments
ecco8888 commented
Hello.
In order to access the internal formulas when registering custom formulas it would be nice to have access to the formula object by a getter function equivalent to getUtility().
I have localized the formulas to the german language by mapping the german formula names to the internal formulas. For this I have appended a getFormula() function. It would be nice, if this would be added to the main branch.
getFormula : function () { return formula; },
Regards
Tom
ikhsan017 commented
Hi Tom,
thanks for the suggestion, its ow available on 2.2.7
Regards,
Ikhsan