Solved

Universal GUI errors - deleting a record which fails, but I never asked for this

  • 5 October 2021
  • 2 replies
  • 65 views

Userlevel 3
Badge +8

Apparently when select another record in a list with details on the right forces a DELETE ERROR according to/in the developer tool

 We never triggered a delete, we never clicked on delete, we never commanded a delete but it clutters the error list as if we’ve done something wrong as a developer.

How can we overcome this invalid error in the developertools and extra network traffic?

rgds Ricky

icon

Best answer by Mark Jongeling 6 October 2021, 18:57

View original

2 replies

Userlevel 7
Badge +23

Hi Ricky,

The Universal GUI is trying to do its best a little too much and instead of deleting all edited changes in the Stage once, it does it twice. This results in the 404 most likely, as the Stage is already deleted earlier. This can be considered a bug but it does not break anything; it only clutters the Dev tools in this case. Could you report this in TCP? :grin:

Userlevel 4
Badge

I think it is important to clarify that Universal is NOT trying to delete your record! As Mark said it is deleting the staged resource that has been made for the default edit mode. 

Reply