[Bug 7860] New: /virtualshelves/addbybiblionumber.pl plack scoping
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7860 Priority: P5 - low Change sponsored?: --- Bug ID: 7860 Assignee: gmcharlt@gmail.com Summary: /virtualshelves/addbybiblionumber.pl plack scoping QA Contact: koha.sekjal@gmail.com Severity: enhancement Classification: Unclassified OS: All Reporter: dpavlin@rot13.org Hardware: All Status: NEW Version: master Component: Virtual Shelves Product: Koha -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7860 --- Comment #1 from Dobrica Pavlinusic <dpavlin@rot13.org> --- Created attachment 8730 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=8730&action=edit Bug 7860 - /virtualshelves/addbybiblionumber.pl plack scoping Variable "$query" is not available at /srv/koha/virtualshelves/addbybiblionumber.pl line 115. Variable "$loggedinuser" is not available at /srv/koha/virtualshelves/addbybiblionumber.pl line 129. Variable "$shelfnumber" is not available at /srv/koha/virtualshelves/addbybiblionumber.pl line 134. Variable "$newvirtualshelf" is not available at /srv/koha/virtualshelves/addbybiblionumber.pl line 135. Variable "$sortfield" is not available at /srv/koha/virtualshelves/addbybiblionumber.pl line 136. Variable "$category" is not available at /srv/koha/virtualshelves/addbybiblionumber.pl line 137. Variable "$loggedinuser" is not available at /srv/koha/virtualshelves/addbybiblionumber.pl line 137. Variable "$authorized" is not available at /srv/koha/virtualshelves/addbybiblionumber.pl line 139. Variable "$errcode" is not available at /srv/koha/virtualshelves/addbybiblionumber.pl line 140. Variable "@biblionumber" is not available at /srv/koha/virtualshelves/addbybiblionumber.pl line 143. Variable "$query" is not available at /srv/koha/virtualshelves/addbybiblionumber.pl line 145. Variable "$authorized" is not available at /srv/koha/virtualshelves/addbybiblionumber.pl line 150. Variable "$loggedinuser" is not available at /srv/koha/virtualshelves/addbybiblionumber.pl line 150. Variable "$shelfnumber" is not available at /srv/koha/virtualshelves/addbybiblionumber.pl line 150. Variable "@biblionumber" is not available at /srv/koha/virtualshelves/addbybiblionumber.pl line 151. Variable "$query" is not available at /srv/koha/virtualshelves/addbybiblionumber.pl line 153. Variable "$errcode" is not available at /srv/koha/virtualshelves/addbybiblionumber.pl line 157. Variable "$authorized" is not available at /srv/koha/virtualshelves/addbybiblionumber.pl line 162. Variable "$loggedinuser" is not available at /srv/koha/virtualshelves/addbybiblionumber.pl line 162. Variable "$shelfnumber" is not available at /srv/koha/virtualshelves/addbybiblionumber.pl line 162. Variable "$template" is not available at /srv/koha/virtualshelves/addbybiblionumber.pl line 165. Variable "$errcode" is not available at /srv/koha/virtualshelves/addbybiblionumber.pl line 173. Variable "$loggedinuser" is not available at /srv/koha/virtualshelves/addbybiblionumber.pl line 178. Variable "$template" is not available at /srv/koha/virtualshelves/addbybiblionumber.pl line 180. Variable "@biblionumber" is not available at /srv/koha/virtualshelves/addbybiblionumber.pl line 188. Variable "$template" is not available at /srv/koha/virtualshelves/addbybiblionumber.pl line 196. Variable "$template" is not available at /srv/koha/virtualshelves/addbybiblionumber.pl line 204. Variable "$newshelf" is not available at /srv/koha/virtualshelves/addbybiblionumber.pl line 205. Variable "$authorized" is not available at /srv/koha/virtualshelves/addbybiblionumber.pl line 206. Variable "$errcode" is not available at /srv/koha/virtualshelves/addbybiblionumber.pl line 207. Variable "$query" is not available at /srv/koha/virtualshelves/addbybiblionumber.pl line 209. Variable "$cookie" is not available at /srv/koha/virtualshelves/addbybiblionumber.pl line 209. Can't call method "param" on an undefined value at /srv/koha/virtualshelves/addbybiblionumber.pl line 115. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7860 Dobrica Pavlinusic <dpavlin@rot13.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff Blocks| |7172 Assignee|gmcharlt@gmail.com |dpavlin@rot13.org -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7860 --- Comment #2 from Dobrica Pavlinusic <dpavlin@rot13.org> --- test scenario: 1. go to search results 2. select few of them 3. Add to: [ new list ] 4. enter name and save 5. verify that list exists -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7860 Alex Arnaud <alex.arnaud@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |alex.arnaud@biblibre.com --- Comment #3 from Alex Arnaud <alex.arnaud@biblibre.com> --- Test i did without the patch: - Select few record from search results, - Add them to [ new list ] => get the following error: "Can't call method "param" on an undefined value at /home/alex/workspace/versions/koha34/virtualshelves/addbybiblionumber.pl line 115." Applying the patch, all works well: - Select few record from search results, - Add them to [ new list ], - Give it a name and save, => The created list is viewable from opac and intranet, koha being on plack or not. Signing off -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7860 Alex Arnaud <alex.arnaud@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #8730|0 |1 is obsolete| | --- Comment #4 from Alex Arnaud <alex.arnaud@biblibre.com> --- Created attachment 8800 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=8800&action=edit [Signed-off] Bug 7860 - /virtualshelves/addbybiblionumber.pl plack scoping Variable "$query" is not available at /srv/koha/virtualshelves/addbybiblionumber.pl line 115. Variable "$loggedinuser" is not available at /srv/koha/virtualshelves/addbybiblionumber.pl line 129. Variable "$shelfnumber" is not available at /srv/koha/virtualshelves/addbybiblionumber.pl line 134. Variable "$newvirtualshelf" is not available at /srv/koha/virtualshelves/addbybiblionumber.pl line 135. Variable "$sortfield" is not available at /srv/koha/virtualshelves/addbybiblionumber.pl line 136. Variable "$category" is not available at /srv/koha/virtualshelves/addbybiblionumber.pl line 137. Variable "$loggedinuser" is not available at /srv/koha/virtualshelves/addbybiblionumber.pl line 137. Variable "$authorized" is not available at /srv/koha/virtualshelves/addbybiblionumber.pl line 139. Variable "$errcode" is not available at /srv/koha/virtualshelves/addbybiblionumber.pl line 140. Variable "@biblionumber" is not available at /srv/koha/virtualshelves/addbybiblionumber.pl line 143. Variable "$query" is not available at /srv/koha/virtualshelves/addbybiblionumber.pl line 145. Variable "$authorized" is not available at /srv/koha/virtualshelves/addbybiblionumber.pl line 150. Variable "$loggedinuser" is not available at /srv/koha/virtualshelves/addbybiblionumber.pl line 150. Variable "$shelfnumber" is not available at /srv/koha/virtualshelves/addbybiblionumber.pl line 150. Variable "@biblionumber" is not available at /srv/koha/virtualshelves/addbybiblionumber.pl line 151. Variable "$query" is not available at /srv/koha/virtualshelves/addbybiblionumber.pl line 153. Variable "$errcode" is not available at /srv/koha/virtualshelves/addbybiblionumber.pl line 157. Variable "$authorized" is not available at /srv/koha/virtualshelves/addbybiblionumber.pl line 162. Variable "$loggedinuser" is not available at /srv/koha/virtualshelves/addbybiblionumber.pl line 162. Variable "$shelfnumber" is not available at /srv/koha/virtualshelves/addbybiblionumber.pl line 162. Variable "$template" is not available at /srv/koha/virtualshelves/addbybiblionumber.pl line 165. Variable "$errcode" is not available at /srv/koha/virtualshelves/addbybiblionumber.pl line 173. Variable "$loggedinuser" is not available at /srv/koha/virtualshelves/addbybiblionumber.pl line 178. Variable "$template" is not available at /srv/koha/virtualshelves/addbybiblionumber.pl line 180. Variable "@biblionumber" is not available at /srv/koha/virtualshelves/addbybiblionumber.pl line 188. Variable "$template" is not available at /srv/koha/virtualshelves/addbybiblionumber.pl line 196. Variable "$template" is not available at /srv/koha/virtualshelves/addbybiblionumber.pl line 204. Variable "$newshelf" is not available at /srv/koha/virtualshelves/addbybiblionumber.pl line 205. Variable "$authorized" is not available at /srv/koha/virtualshelves/addbybiblionumber.pl line 206. Variable "$errcode" is not available at /srv/koha/virtualshelves/addbybiblionumber.pl line 207. Variable "$query" is not available at /srv/koha/virtualshelves/addbybiblionumber.pl line 209. Variable "$cookie" is not available at /srv/koha/virtualshelves/addbybiblionumber.pl line 209. Can't call method "param" on an undefined value at /srv/koha/virtualshelves/addbybiblionumber.pl line 115. Signed-off-by: Alex Arnaud <alex.arnaud@biblibre.com> -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7860 Alex Arnaud <alex.arnaud@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7860 Ian Walls <koha.sekjal@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA --- Comment #5 from Ian Walls <koha.sekjal@gmail.com> --- 'my' to 'our' scope only changes. markign passed QA -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7860 Paul Poulain <paul.poulain@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master CC| |paul.poulain@biblibre.com Version|master |rel_3_8 -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org