OrderOfTheBee / ootbee-support-tools

OOTBee Support Tools addon to extend set of administrative tools on Repository- and Share-tier
Other
66 stars 38 forks source link

Cache page doesn't print when locale is fr #175

Closed laborima closed 3 years ago

laborima commented 4 years ago

BUG

Under caches.get.json

${cacheInfo.cacheMissRate?string["0.#"]}

Will give 1,2in french because decimal separator is coma. It will break json output.

Setting <#setting locale="en"> into the webscript will fix the issue

Regards

yregaieg commented 4 years ago

Thanks for raising that to our attention. Would you please issue a PR with the fix? I will try to have a look at it next week :-)

AFaust commented 4 years ago

We already have a PR for this: https://github.com/OrderOfTheBee/ootbee-support-tools/pull/173