Issue #475Opened November 1, 2017by ateshuseyin0 reactions

open confirm dialog before removing assets

Question

I want to open a confirm dialog before removing image from assets manager. There is not any feature at the same time there is no appropriate api for it.

Answers (3)

artfNovember 2, 20170 reactions

You can use this code from Assets documentation

// Extend the original `image`
editor.AssetManager.addType('image', {
  view: {
    onRemove(e) {
      e.stopPropagation();
      const model = this.model;
      confirm('Are you sure?') && model.collection.remove(model);
    }
  },
})

Put it inside a plugin otherwise it won't take effect on already defined images

ateshuseyinNovember 3, 20170 reactions

@artf Thanks

lock[bot]September 18, 20190 reactions

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

Related Questions and Answers

Continue research with similar issue discussions.

Paid Plugins That Match This Issue

Curated by issue keywords and label relevance to help you ship faster.

View all plugins

Loading paid plugin recommendations...

Browse Plugin Categories

Jump directly to plugin category pages on the marketplace.