No user permission in DocType while importing.

Although my current account is actually a system manager permitted account, I can not use New Data Import in a specific DocType that I have created few moments ago. The failure reason is just because of user has no permission to import this DocType.

Second issue is, Although I have given command of developer-mode 1 it was set in site_config.json but as dummy Not actually the developer mode implemented.

Check developer_mode: 1 in correct site_config.json

Verify the console:

frappe.conf.developer_mode

should return 1

First Issue

  1. Use the Role Permission
  2. Select the Doctype and Role
  3. Give the import Permission

Hi,
so earlier on v15, we were able to import data (as system manager), after update to v16, only the administrator is able to do so.

tried checking the import check box too, but that also didnt work.

also, how to allow import for multiple doc types.