mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-22 11:44:11 +00:00
fix: remove defunct payment gateway links from ERPNext Integrations workspace
- Remove GoCardless Settings link (DocType deleted in v15.0) - Remove Mpesa Settings link (DocType deleted in v15.0) - Update Payments card link_count from 3 to 1 - Only Plaid Settings remains in Payments section Fixes broken links that resulted in errors when clicked. Closes #49352
This commit is contained in:
@@ -188,30 +188,10 @@
|
|||||||
"hidden": 0,
|
"hidden": 0,
|
||||||
"is_query_report": 0,
|
"is_query_report": 0,
|
||||||
"label": "Payments",
|
"label": "Payments",
|
||||||
"link_count": 3,
|
"link_count": 1,
|
||||||
"onboard": 0,
|
"onboard": 0,
|
||||||
"type": "Card Break"
|
"type": "Card Break"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"hidden": 0,
|
|
||||||
"is_query_report": 0,
|
|
||||||
"label": "GoCardless Settings",
|
|
||||||
"link_count": 0,
|
|
||||||
"link_to": "GoCardless Settings",
|
|
||||||
"link_type": "DocType",
|
|
||||||
"onboard": 0,
|
|
||||||
"type": "Link"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"hidden": 0,
|
|
||||||
"is_query_report": 0,
|
|
||||||
"label": "Mpesa Settings",
|
|
||||||
"link_count": 0,
|
|
||||||
"link_to": "Mpesa Settings",
|
|
||||||
"link_type": "DocType",
|
|
||||||
"onboard": 0,
|
|
||||||
"type": "Link"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"hidden": 0,
|
"hidden": 0,
|
||||||
"is_query_report": 0,
|
"is_query_report": 0,
|
||||||
|
|||||||
Reference in New Issue
Block a user