[Bug 34252] New: Ability to link to ILL request in external ILL system
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34252 Bug ID: 34252 Summary: Ability to link to ILL request in external ILL system Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: ILL Assignee: koha-bugs@lists.koha-community.org Reporter: katrin.fischer@bsz-bw.de CC: pedro.amorim@ptfs-europe.com When implementing backends for ILL it would sometimes be helfpul if we could link to the request in the external system or portal. The backends could create/fill this link. If set, it should display in the request detail page in the ILL module. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34252 --- Comment #1 from Pedro Amorim <pedro.amorim@ptfs-europe.com> --- Does the existent accessurl column in illrequests satisfy this requirement? -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34252 --- Comment #2 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Hm, I am not sure. We don't use that yet and I thought it was supposed to be the URL to the document, like a delivery URL. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34252 --- Comment #3 from Pedro Amorim <pedro.amorim@ptfs-europe.com> --- (In reply to Katrin Fischer from comment #2)
Hm, I am not sure. We don't use that yet and I thought it was supposed to be the URL to the document, like a delivery URL.
What about orderid? We use that to store the ID of the order placed in the supplier in some of our backends. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34252 --- Comment #4 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- The order ID can be used to construct the URL. I think was looking for some way to add this nicely to the GUI without resorting to jQuery. Might need some more thought. Having something configurable might be nice. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34252 Lisette Scheer <lisette.scheer@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lisette.scheer@bywatersolut | |ions.com --- Comment #5 from Lisette Scheer <lisette.scheer@bywatersolutions.com> --- Could we add a column to the table externalurl that's hidden by default but plugins could choose to fill per backend? -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34252 --- Comment #6 from Pedro Amorim <pedro.amorim@ptfs-europe.com> --- (In reply to Lisette Scheer from comment #5)
Could we add a column to the table externalurl that's hidden by default but plugins could choose to fill per backend?
Yes, I think this would be ideal. Use illrequestattributes instead of adding a new column to the illrequests table. To add to this suggestion, we could also consider a way to make the table columns themselves hookable, so that plugins are able to add columns dynamically. This, of course, is a lot more work but would also address future needs similar to this one (without having to push to core every time). This is just my opinion though, take it for what it is! -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org