kintone-samples / plugin-samples

56 stars 156 forks source link

[conditionformat2] Other plug-ins break if this plug-in is loaded after them #153

Open theredspoon opened 5 years ago

theredspoon commented 5 years ago

If other plugins depend on moment.tz() and load before the conditional formatting plugin, then this plugin's moment object overwrites the others. The other plugins (e.g. calendar plugin) break.

Workaround: reimport conditional formatting plugin so that it loads after the other plugins. There's no place where we are currently holding that information.

Possible fix: update this plugin's moment dependencies to a more recent version