No Permission to 'save' Doctype name

In UI from one workflow stage to next stage click on action button shows the message “No permission to ‘Save’ Doctype Name” for user has role only ,anyone help me.

Thanks for advance

As I understood - Doctype editing is possible only if development mode is turned on and user is Administrator.

thanks @kongol,
working fine for administrator but this error shown only user role …pls tell me how to resolve it

I’m not a specialist, I am a newbie here :slight_smile:
But I think - doctype editing is a step deeper than erpnext app, And the only base user is Administrator.

thanks for rly kongol…

You are under production mode, you must switch to developper mode
if you are using the ubuntu server and giving u only the command line
after login enter this command :
bench set-config developer_mode 1

if you use a desktop distribution or you can acces to folders . you can change the mode from the json file by following theses steps :

How to Enable Developer Mode in Frappe

i had also used developer _mode 1 but it’s showing same err

There should be some syntax error.
07%20AM
Please check once your site_config.json

my site_config.json like,

{
“db_name”: “1bd3e0294da19198”,
“db_password”: “ueGNHcKgyXHigP5G”,
“developer_mode”: 1,
“encryption_key”: “MI10K0_xvuQGiHduCfjxykkQkyyZoF9Sd0FxmbuOMy4=”,
“limits”: {
“space_usage”: {
“backup_size”: 20.0,
“database_size”: 81.89,
“files_size”: 2.0,
“total”: 103.89
}
}
}