Merged in feature/PMCORE-3775 (pull request #8419)
PMCORE-3776 Delete icon safe location Approved-by: Julio Cesar Laura Avendaño
This commit is contained in:
@@ -277,6 +277,13 @@ export default {
|
|||||||
if (this.showEllipsis) {
|
if (this.showEllipsis) {
|
||||||
this.dataEllipsis = {
|
this.dataEllipsis = {
|
||||||
buttons: {
|
buttons: {
|
||||||
|
note: {
|
||||||
|
name: "edit",
|
||||||
|
icon: "far fa-edit",
|
||||||
|
fn: function() {
|
||||||
|
that.editCustomCaseList(data);
|
||||||
|
}
|
||||||
|
},
|
||||||
open: {
|
open: {
|
||||||
name: "delete",
|
name: "delete",
|
||||||
icon: "far fa-trash-alt",
|
icon: "far fa-trash-alt",
|
||||||
@@ -285,13 +292,6 @@ export default {
|
|||||||
that.showModalDelete(data);
|
that.showModalDelete(data);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
note: {
|
|
||||||
name: "edit",
|
|
||||||
icon: "far fa-edit",
|
|
||||||
fn: function() {
|
|
||||||
that.editCustomCaseList(data);
|
|
||||||
}
|
|
||||||
},
|
|
||||||
reassign: {
|
reassign: {
|
||||||
name: "download",
|
name: "download",
|
||||||
icon: "fas fa-arrow-circle-down",
|
icon: "fas fa-arrow-circle-down",
|
||||||
|
|||||||
Reference in New Issue
Block a user