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:
Paula Quispe
2022-04-12 15:06:45 +00:00
committed by Julio Cesar Laura Avendaño

View File

@@ -277,6 +277,13 @@ export default {
if (this.showEllipsis) {
this.dataEllipsis = {
buttons: {
note: {
name: "edit",
icon: "far fa-edit",
fn: function() {
that.editCustomCaseList(data);
}
},
open: {
name: "delete",
icon: "far fa-trash-alt",
@@ -285,13 +292,6 @@ export default {
that.showModalDelete(data);
}
},
note: {
name: "edit",
icon: "far fa-edit",
fn: function() {
that.editCustomCaseList(data);
}
},
reassign: {
name: "download",
icon: "fas fa-arrow-circle-down",