From 5bce9448387dc0413a9f02f4ef67a2f29c8932f8 Mon Sep 17 00:00:00 2001 From: wata555 Date: Tue, 11 Oct 2022 14:20:41 +0900 Subject: [PATCH] fix:index.delete.submit --- examples/conditionformat2/js/desktop.js | 2 +- examples/conditionformat2/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/conditionformat2/js/desktop.js b/examples/conditionformat2/js/desktop.js index 38f4530..8f07cd3 100644 --- a/examples/conditionformat2/js/desktop.js +++ b/examples/conditionformat2/js/desktop.js @@ -378,7 +378,7 @@ jQuery.noConflict(); RECORDS = RECORDS.filter((record) => { return record.$id.value !== event.recordId; }); - + return event; }); kintone.events.on('app.record.detail.show', (event) => { diff --git a/examples/conditionformat2/manifest.json b/examples/conditionformat2/manifest.json index ccd4d2f..abd18c6 100644 --- a/examples/conditionformat2/manifest.json +++ b/examples/conditionformat2/manifest.json @@ -1,6 +1,6 @@ { "manifest_version": 1, - "version": "3.2.5", + "version": "3.2.6", "type": "APP", "name": { "ja": "条件書式プラグイン",