https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18787 --- Comment #7 from David Cook <dcook@prosentient.com.au> --- Thinking about this one again... Technically, you could do a version of this using IntranetUserJS. On the /cgi-bin/koha/members/member-flags.pl page you could have a little dropdown and when you select the desired profile it could check the necessary boxes for you. It would be a very light touch semi-automated solution. I think a community supported version could have a database table for storage, Vue UI for CRUD of profiles, and then on /cgi-bin/koha/members/member-flags.pl still use the Javascript idea to pre-select boxes based off the profile. (Alternatively, you could have some other mechanism for doing the update, but it's an easy one.) -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.