fix: Primary button icon
This commit is contained in:
parent
b6ebcd7559
commit
a49af09705
@ -120,7 +120,7 @@ frappe.treeview_settings["Account"] = {
|
||||
} else {
|
||||
treeview.new_node();
|
||||
}
|
||||
}, "octicon octicon-plus");
|
||||
}, "add");
|
||||
},
|
||||
onrender: function(node) {
|
||||
if(frappe.boot.user.can_read.indexOf("GL Entry") !== -1){
|
||||
|
@ -164,7 +164,7 @@ frappe.ui.form.on("Issue", {
|
||||
${split_issue}
|
||||
</button>`)
|
||||
.appendTo(frm.timeline.wrapper.find('.comment-header .asset-details:not([data-communication-type="Comment"])'))
|
||||
if (!frm.timeline.wrapper.data("split-issue-event-attached")){
|
||||
if (!frm.timeline.wrapper.data("split-issue-event-attached")) {
|
||||
frm.timeline.wrapper.on('click', '.btn-split-issue', (e) => {
|
||||
var dialog = new frappe.ui.Dialog({
|
||||
title: __("Split Issue"),
|
||||
|
Loading…
x
Reference in New Issue
Block a user