Skip to content

[conditionformat2]"app.record.index.delete.submit" Event: return false Ineffective Without return event #224

@bizupezaki

Description

@bizupezaki

Extremely belated, but...
In the "app.record.index.delete.submit" event handler, since event is not being returned, attempting return false after async/await in the custom JavaScript side for the delete.submit event becomes ineffective.

Please add return event to fix this.

  kintone.events.on('app.record.index.delete.submit', (event) => {
    RECORDS = RECORDS.filter((record) => {
      return record.$id.value !== event.recordId;
    });

  });

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions