Unable to delete fields in a DocType when in Developer Mode

Hi guys,

We faced the issue with deleting fields in a custom DocType we build. It is reproduced on our end as follows

  1. Click Edit DocType in the DocType’s form user menu
  2. Click to edit the field we would like to delete
    4, The form to edit the field appears
  3. However, nothing happens when we press the red icon button with can (to delete the field). Btw, Insert New buttons do nothing in this case, too. We can click them but nothing happens (at this moment, we do not see any errors in the JavaScript console).

Could you please suggest the best way to resolve it?

Below are details about the environment where we observe this problem:

  1. ERP Next deployed on the Virtual Box VM, generated from the recent development VM image from https://erpnext.com/download
  2. Versions of the applications

    frappe@erpnext:~/frappe-bench$ bench --version
    4.1.0
    frappe@erpnext:~/frappe-bench$ bench version
    erpnext 7.1.20
    frappe 7.1.21

    frappe@erpnext:~/frappe-bench$

We observed this in major browsers (Chrome, FF, Safari) under Mac.

Thank you.

P.S. We learned the experience and tips explained in I cannot edit doctype,all controls disabled - nothing happened

@gvyshnya,

can you share the browser’s console log ?

Screen from Geogle Ghrome (Version 54.0.2840.98 (64-bit))

But problem is reproducible in all browsers (FireFox, Safari)

Can’t delete row/insert below/Insert Above

Log without errors

@makarand_b: could you please look at it?

@gvyshnya,

could not reproduce the issue, i am on same version

can you please try, bench update or bench build and try reloading the application

Thanks, Makarand

@makarand_b: thank you for suggestion. Unfortunately it did not help … :frowning:

Is there anything else to try?