[Koha-bugs] [Bug 32968] Create granular permissions for ERM

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Apr 13 10:49:47 CEST 2023


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32968

--- Comment #47 from Jonathan Druart <jonathan.druart+koha at 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.


More information about the Koha-bugs mailing list