Skip to content

Commit

Permalink
chore: change links group name to Reference
Browse files Browse the repository at this point in the history
  • Loading branch information
s-aga-r committed Nov 9, 2024
1 parent 69ec9c8 commit 237fd4d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 32 deletions.
33 changes: 5 additions & 28 deletions mail_client/mail_client/doctype/mail_domain/mail_domain.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@
"dns_records_section",
"dns_records",
"section_break_i51k",
"dkim_domain",
"dkim_selector",
"column_break_gv06",
"dkim_private_key"
],
"fields": [
Expand Down Expand Up @@ -75,18 +72,6 @@
"fieldname": "section_break_i51k",
"fieldtype": "Section Break"
},
{
"fieldname": "dkim_selector",
"fieldtype": "Data",
"hidden": 1,
"label": "DKIM Selector",
"no_copy": 1,
"read_only": 1
},
{
"fieldname": "column_break_gv06",
"fieldtype": "Column Break"
},
{
"fieldname": "dkim_private_key",
"fieldtype": "Password",
Expand All @@ -95,14 +80,6 @@
"no_copy": 1,
"read_only": 1
},
{
"fieldname": "dkim_domain",
"fieldtype": "Data",
"hidden": 1,
"label": "DKIM Domain",
"no_copy": 1,
"read_only": 1
},
{
"fieldname": "inbound_token",
"fieldtype": "Password",
Expand All @@ -115,27 +92,27 @@
"index_web_pages_for_search": 1,
"links": [
{
"group": "General",
"group": "Reference",
"link_doctype": "Mailbox",
"link_fieldname": "domain_name"
},
{
"group": "General",
"group": "Reference",
"link_doctype": "Mail Alias",
"link_fieldname": "domain_name"
},
{
"group": "General",
"group": "Reference",
"link_doctype": "Incoming Mail",
"link_fieldname": "domain_name"
},
{
"group": "General",
"group": "Reference",
"link_doctype": "Outgoing Mail",
"link_fieldname": "domain_name"
}
],
"modified": "2024-11-05 15:46:59.592782",
"modified": "2024-11-09 21:32:56.341864",
"modified_by": "Administrator",
"module": "Mail Client",
"name": "Mail Domain",
Expand Down
8 changes: 4 additions & 4 deletions mail_client/mail_client/doctype/mailbox/mailbox.json
Original file line number Diff line number Diff line change
Expand Up @@ -156,22 +156,22 @@
"index_web_pages_for_search": 1,
"links": [
{
"group": "General",
"group": "Reference",
"link_doctype": "Mail Alias",
"link_fieldname": "mailbox"
},
{
"group": "General",
"group": "Reference",
"link_doctype": "Incoming Mail",
"link_fieldname": "receiver"
},
{
"group": "General",
"group": "Reference",
"link_doctype": "Outgoing Mail",
"link_fieldname": "sender"
}
],
"modified": "2024-11-03 13:10:51.681776",
"modified": "2024-11-09 21:32:39.060097",
"modified_by": "Administrator",
"module": "Mail Client",
"name": "Mailbox",
Expand Down

0 comments on commit 237fd4d

Please sign in to comment.