UI Alert Bug in delete schema script

hi.

Let me reiterate the unique bug in this issue #1242

Delete Schema Script

reject("test"); 

image

The reason why the UI alert is not displayed is because the UI Error response structure is different when using the bulk API for deletion, so it is not displayed on the screen.
Deleting from the list contents screen also has the same problem

Why have you recreated it? It is has been fixed, therefore it was closed in github

Oh sorry, I think I missed the commit change on the front end, I’ll build and check.

1 Like

The script lock issue has been resolved, but the reject error message still appears within the DELETE script.
Still getting a blank popup with no error message.

  1. Add reject(“text”); to the Delete schema.
  2. When deleting content, a blank message is displayed instead of the text error message.

This is exactly what I did. Are oyu sure you tested the latest dev release?

pr

Yes, is this a missing commit? The front-end code has no commits other than the editor.

You are right. I have forgotten to commit it: Bugfixes2 by SebastianStehle · Pull Request #1246 · Squidex/squidex · GitHub

I see. I will close my PR.