Bug 37867 - (Bug 36794 follow-up) Warning "Use of uninitialized value in substitution..." while creating a new bibliographical record
Summary: (Bug 36794 follow-up) Warning "Use of uninitialized value in substitution..."...
Status: RESOLVED DUPLICATE of bug 37870
Alias: None
Product: Koha
Classification: Unclassified
Component: Cataloging (show other bugs)
Version: unspecified
Hardware: All All
: P5 - low trivial
Assignee: Janusz Kaczmarek
QA Contact: Testopia
URL:
Keywords:
Depends on: 36794
Blocks:
  Show dependency treegraph
 
Reported: 2024-09-09 12:33 UTC by Janusz Kaczmarek
Modified: 2024-10-28 18:07 UTC (History)
3 users (show)

See Also:
Change sponsored?: Sponsored
Patch complexity: Trivial patch
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments
Bug 37867: (Bug 36794 follow-up) Warning "Use of uninitialized value in substitution..." while creating a new bibliographical record (1.70 KB, patch)
2024-09-09 12:36 UTC, Janusz Kaczmarek
Details | Diff | Splinter Review
Bug 37867: (Bug 36794 follow-up) Warning "Use of uninitialized value in substitution..." while creating a new bibliographical record (1.75 KB, patch)
2024-09-09 15:09 UTC, Owen Leonard
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Janusz Kaczmarek 2024-09-09 12:33:32 UTC
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.
Comment 1 Janusz Kaczmarek 2024-09-09 12:36:16 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
Comment 2 Owen Leonard 2024-09-09 15:09:50 UTC
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>
Comment 3 Janusz Kaczmarek 2024-10-28 18:07:33 UTC

*** This bug has been marked as a duplicate of bug 37870 ***