mirror of
https://github.com/frappe/erpnext.git
synced 2026-09-17 02:26:33 +00:00
fix: replace all old icons (#56864)
This commit is contained in:
@@ -89,7 +89,7 @@ frappe.ui.form.on("Issue", {
|
||||
if (!frm.timeline.wrapper.find(".btn-split-issue").length) {
|
||||
let split_issue_btn = $(`
|
||||
<a class="action-btn btn-split-issue" title="${__("Split Issue")}">
|
||||
${frappe.utils.icon("branch", "sm")}
|
||||
${frappe.utils.icon("git-branch", "sm")}
|
||||
</a>
|
||||
`);
|
||||
|
||||
@@ -146,7 +146,7 @@ frappe.ui.form.on("Issue", {
|
||||
|
||||
// let help_article = $(`
|
||||
// <a class="action-btn btn-add-to-kb" title="${__('Help Article')}">
|
||||
// ${frappe.utils.icon('solid-info', 'sm')}
|
||||
// ${frappe.utils.icon('info', 'sm')}
|
||||
// </a>
|
||||
// `);
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
"doctype": "Workspace",
|
||||
"for_user": "",
|
||||
"hide_custom": 0,
|
||||
"icon": "support",
|
||||
"icon": "headset",
|
||||
"idx": 0,
|
||||
"is_hidden": 0,
|
||||
"label": "Support",
|
||||
@@ -172,7 +172,7 @@
|
||||
"type": "Link"
|
||||
}
|
||||
],
|
||||
"modified": "2026-06-14 13:44:07.764547",
|
||||
"modified": "2026-07-03 13:44:07.764547",
|
||||
"modified_by": "Administrator",
|
||||
"module": "Support",
|
||||
"name": "Support",
|
||||
@@ -208,7 +208,7 @@
|
||||
{
|
||||
"child": 0,
|
||||
"collapsible": 1,
|
||||
"icon": "home",
|
||||
"icon": "house",
|
||||
"indent": 0,
|
||||
"keep_closed": 0,
|
||||
"label": "Home",
|
||||
|
||||
Reference in New Issue
Block a user