Closed juhamust closed 9 years ago
Recent change requires Mozaik extension apis to be in format of extension.methodName. This makes sense but the problem is when same API method is called twice (or more) with different parameters.
extension.methodName
Currently it always return same value.
See related ticket: https://github.com/plouc/mozaik-ext-weather/issues/2
Fixed in plouc/mozaik@f4bffb1, the old format is the with api_id.method.unique_param is the good on
Recent change requires Mozaik extension apis to be in format of
extension.methodName
. This makes sense but the problem is when same API method is called twice (or more) with different parameters.Currently it always return same value.
See related ticket: https://github.com/plouc/mozaik-ext-weather/issues/2