https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18787 --- Comment #8 from David Cook <dcook@prosentient.com.au> --- (In reply to David Cook from comment #7)
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.)
And actually... I suspect we could leverage bug 30623 here as well... -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.