Summary: | (Bug 36794 follow-up) Warning "Use of uninitialized value in substitution..." while creating a new bibliographical record | ||
---|---|---|---|
Product: | Koha | Reporter: | Janusz Kaczmarek <januszop> |
Component: | Cataloging | Assignee: | Janusz Kaczmarek <januszop> |
Status: | RESOLVED DUPLICATE | QA Contact: | Testopia <testopia> |
Severity: | trivial | ||
Priority: | P5 - low | CC: | m.de.rooy, paul.derscheid, tomascohen |
Version: | unspecified | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | Sponsored | Patch complexity: | Trivial patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Bug Depends on: | 36794 | ||
Bug Blocks: | |||
Attachments: |
Bug 37867: (Bug 36794 follow-up) Warning "Use of uninitialized value in substitution..." while creating a new bibliographical record
Bug 37867: (Bug 36794 follow-up) Warning "Use of uninitialized value in substitution..." while creating a new bibliographical record |
Description
Janusz Kaczmarek
2024-09-09 12:33:32 UTC
Created attachment 171194 [details] [review] Bug 37867: (Bug 36794 follow-up) Warning "Use of uninitialized value in substitution..." while creating a new bibliographical record After applying the patch 36794 a warning: Use of uninitialized value in substitution (s///) at /kohadevbox/koha/Koha/UI/Form/Builder/Biblio.pm line 53. is being generated when creating a new bibliographical record. Test plan: ========== 1. From the Cataloging module choose "New record". 2. Check the plack-intranet-error.log file--you should see a warning: "Use of uninitialized value in substitution (s///) at /kohadevbox/koha/Koha/UI/Form/Builder/Biblio.pm". 3. Apply the patch; restart_all. 4. Repeat p. 1. There should be no new warning in plack-intranet-error.log. Sponsored-by: Ignatianum University in Cracow Created attachment 171206 [details] [review] Bug 37867: (Bug 36794 follow-up) Warning "Use of uninitialized value in substitution..." while creating a new bibliographical record After applying the patch 36794 a warning: Use of uninitialized value in substitution (s///) at kohadevbox/koha/Koha/UI/Form/Builder/Biblio.pm line 53. is being generated when creating a new bibliographical record. Test plan: ========== 1. From the Cataloging module choose "New record". 2. Check the plack-intranet-error.log file--you should see a warning: "Use of uninitialized value in substitution (s///) at /kohadevbox/koha/Koha/UI/Form/Builder/Biblio.pm". 3. Apply the patch; restart_all. 4. Repeat p. 1. There should be no new warning in plack-intranet-error.log. Sponsored-by: Ignatianum University in Cracow Signed-off-by: Owen Leonard <oleonard@myacpl.org> |