fix: Remove unnecessary field
This commit is contained in:
parent
8a5e8b53e8
commit
4f8ced5b1b
2 changed files with 3 additions and 12 deletions
|
|
@ -231,7 +231,7 @@ class TestUser(unittest.TestCase):
|
|||
|
||||
doc = frappe.get_doc({
|
||||
'doctype': 'User Group',
|
||||
'group_name': 'Team',
|
||||
'name': 'Team',
|
||||
'user_group_members': [{
|
||||
'user': 'test@example.com'
|
||||
}, {
|
||||
|
|
|
|||
|
|
@ -1,23 +1,14 @@
|
|||
{
|
||||
"actions": [],
|
||||
"autoname": "field:group_name",
|
||||
"autoname": "Prompt",
|
||||
"creation": "2021-04-12 15:17:24.751710",
|
||||
"doctype": "DocType",
|
||||
"editable_grid": 1,
|
||||
"engine": "InnoDB",
|
||||
"field_order": [
|
||||
"group_name",
|
||||
"user_group_members"
|
||||
],
|
||||
"fields": [
|
||||
{
|
||||
"fieldname": "group_name",
|
||||
"fieldtype": "Data",
|
||||
"in_list_view": 1,
|
||||
"label": "Group Name",
|
||||
"reqd": 1,
|
||||
"unique": 1
|
||||
},
|
||||
{
|
||||
"fieldname": "user_group_members",
|
||||
"fieldtype": "Table MultiSelect",
|
||||
|
|
@ -28,7 +19,7 @@
|
|||
],
|
||||
"index_web_pages_for_search": 1,
|
||||
"links": [],
|
||||
"modified": "2021-04-15 12:17:04.625640",
|
||||
"modified": "2021-04-15 14:24:23.168485",
|
||||
"modified_by": "Administrator",
|
||||
"module": "Core",
|
||||
"name": "User Group",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue