| Summary: | Make OpacSeparateHoldings work for non-logged in users | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Magnus Enger <magnus> |
| Component: | OPAC | Assignee: | Owen Leonard <oleonard> |
| Status: | NEW --- | QA Contact: | |
| Severity: | enhancement | ||
| Priority: | P5 - low | ||
| Version: | Main | ||
| Hardware: | All | ||
| OS: | All | ||
| See Also: | https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10060 | ||
| 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: | |||
| Bug Depends on: | 7674 | ||
| Bug Blocks: | |||
|
Description
Magnus Enger
2013-05-16 08:35:02 UTC
Maybe this could work similar as bug 7740? >If set to OpacURLBranch, the library is chosen based on the Apache environment variable BRANCHCODE. >For example, this could be added to the OPAC section of koha-httpd.conf: SetEnv BRANCHCODE "CPL" (In reply to comment #1) > Maybe this could work similar as bug 7740? > > >If set to OpacURLBranch, the library is chosen based on the Apache > environment variable BRANCHCODE. > >For example, this could be added to the OPAC section of koha-httpd.conf: > SetEnv BRANCHCODE "CPL" Yeah, that is cool! But as far as I can understand, if you have say 50 libraries in one instance, you have to create 50 new apache configs, one for each library. I still think it would be nice to have a way to set the library based on a URL that does not require tweaking the Apache configs. |