After the January update, we noticed a bug occurring on the Kintone platform related to the Kintone JavaScript API.
This bug has now been fixed through today's unscheduled maintenance.
Bug Details
Summary
The bug unintentionally triggered some Kintone Field Change events when using the app.record.create.show or app.record.edit.show events under certain conditions.
Conditions
- Either the app.record.create.show or app.record.edit.show events are used in the JavaScript code
- Calculations are set inside a Calculated field or a Text field
- The calculation refers to a field that contains no value
- The Record Create or Record Edit page is displayed
Behavior before the fix
One of the following Field Change Events were triggered
- Record Create Event: Field Change Event app.record.create.change.<fieldcode>
- Record Edit Event: Field Change Event app.record.edit.change.<fieldcode>
Behavior after the fix
No Field Change Events trigger.