21 Oct
2024
21 Oct
'24
11:15 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38217 --- Comment #2 from Jonathan Druart <jonathan.druart@gmail.com> --- This one is confirmed at least: koha-tmpl/intranet-tmpl/prog/en/modules/admin/identity_provider_domains.tt: var result = '<a class="btn btn-default btn-xs" role="button" href="/cgi-bin/koha/admin/identity_providers.pl? domain_ops=1&identity_provider_id=[%- identity_provider_id | html -%]&op=edit_form&identity_provider_domain_id='+ encodeURIComponent(row.identity_provider_domain_id) +'"><i class="fa-solid fa-pencil" aria-hidden="true"></i> '+_("Edit")+'</a>'+"\n"; -- You are receiving this mail because: You are watching all bug changes.