https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32968 --- Comment #47 from Jonathan Druart <jonathan.druart+koha@gmail.com> --- Note that you should certain rebase on top of bug 33483, here is how I fixed the conflict: 130 actions: { 131 0: ["show"], 132 ...((permissions.agreement.write || this.embedded) && { 133 "-1": this.embedded 134 ? [ 135 { 136 select: { 137 text: this.$__("Select"), 138 icon: "fa fa-check", 139 }, 140 }, 141 ] 142 : ["edit", "delete"], 143 }), 144 }, -- You are receiving this mail because: You are watching all bug changes.