support language translation.
This commit is contained in:
@@ -42,7 +42,7 @@ type UpdateRecordAttachmentFieldValue = UpdateRecordAttachmentFieldValueItem[];
|
||||
| kintone.events.MobileAppRecordCreateSubmitSuccessEvent
|
||||
| kintone.events.MobileAppRecordEditSubmitSuccessEvent,
|
||||
) => {
|
||||
const context = await getPluginContext(event.appId);
|
||||
const context = await getPluginContext(event.appId, false);
|
||||
const mappings = filterConfigByPluginContext(loadPluginConfigLookup(PLUGIN_ID), context);
|
||||
if (mappings == null) {
|
||||
return event;
|
||||
|
Reference in New Issue
Block a user