Bug 32625

Summary: Koha offline circulation Firefox addon should clear branch select when testing new configuration
Product: Koha Reporter: Paul Derscheid <paul.derscheid>
Component: CirculationAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: minor    
Priority: P5 - low CC: gmcharlt, kyle.m.hall, matthias.meusburger
Version: Main   
Hardware: Macintosh   
OS: Mac OS   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:

Description Paul Derscheid 2023-01-13 12:08:20 UTC
When testing the koct extension, the select element didn't clear old entries when testing a new configuration for a different instance.

To reproduce:
1) Enter config details for an instance
2) Test config
3) Note that the input gets converted to a select with respective branches
4) Enter config details for a different instance
5) Test config
6) Note that the select element doesn't clear the branches of the previous configuration

Reloading while clearing the cache fixed the problem on my end, but it would be nice if the extension would just clear it automatically.