| Summary: | Call number browser is not opening in new window | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Laura Escamilla <Laura.escamilla> |
| Component: | Circulation | Assignee: | Bugs List <koha-bugs> |
| Status: | CLOSED WORKSFORME | QA Contact: | Testopia <testopia> |
| Severity: | enhancement | ||
| Priority: | P5 - low | CC: | gmcharlt, kyle |
| Version: | Main | ||
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Comma delimited list of Sponsors: | |
| Crowdfunding goal: | 0 | Patch complexity: | --- |
| Documentation contact: | Documentation submission: | ||
| Text to go in the release notes: | Version(s) released in: | ||
| Circulation function: | |||
|
Description
Laura Escamilla
2023-06-30 19:17:20 UTC
This works for me in my test system. Is there a JavaScript error in the browser console? (In reply to Owen Leonard from comment #1) > This works for me in my test system. Is there a JavaScript error in the > browser console? Uncaught ReferenceError: authorised is not defined <anonymous> http://localhost:8081/cgi-bin/koha/cataloguing/plugin_launcher.pl?q=&plugin_name=cn_browser.pl&popup=&cn_source=ddc:517 jQuery 13 e t setTimeout handler*Deferred/then/l/< c fireWith fire c fireWith ready B EventListener.handleEvent* <anonymous> <anonymous> I also tested and it worked correctly. * Updated framework BKS to link 952$o to cn_browser * Searched for a record, add item * Opened the plugin Does this match what you did? What could be the difference? Could any local JS have gotten in the way? As it complains about 'authorised' - any editing limitations in place? |