Merge pull request #20569 from Er-Naren719/feat-user-table-columns-updated

feat: columns under user table updated
This commit is contained in:
Deepesh Garg 2020-02-17 11:15:05 +05:30 committed by GitHub
commit a6701aa7bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,5 @@
{ {
"actions": [],
"creation": "2016-03-25 02:52:19.283003", "creation": "2016-03-25 02:52:19.283003",
"doctype": "DocType", "doctype": "DocType",
"editable_grid": 1, "editable_grid": 1,
@ -46,6 +47,7 @@
"fetch_from": "user.full_name", "fetch_from": "user.full_name",
"fieldname": "full_name", "fieldname": "full_name",
"fieldtype": "Read Only", "fieldtype": "Read Only",
"in_list_view": 1,
"label": "Full Name" "label": "Full Name"
}, },
{ {
@ -55,7 +57,7 @@
"label": "Welcome email sent" "label": "Welcome email sent"
}, },
{ {
"columns": 1, "columns": 2,
"default": "0", "default": "0",
"fieldname": "view_attachments", "fieldname": "view_attachments",
"fieldtype": "Check", "fieldtype": "Check",
@ -74,7 +76,8 @@
} }
], ],
"istable": 1, "istable": 1,
"modified": "2019-07-15 19:37:26.942294", "links": [],
"modified": "2020-02-09 23:26:50.321417",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Projects", "module": "Projects",
"name": "Project User", "name": "Project User",