Bug 33678 - Saving new numbering pattern crashes on missing description
Summary: Saving new numbering pattern crashes on missing description
Status: RESOLVED DUPLICATE of bug 28012
Alias: None
Product: Koha
Classification: Unclassified
Component: Serials (show other bugs)
Version: Main
Hardware: All All
: P5 - low normal (vote)
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-05-04 13:12 UTC by Marcel de Rooy
Modified: 2023-05-16 09:31 UTC (History)
1 user (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marcel de Rooy 2023-05-04 13:12:50 UTC
Save as new pattern generates a 500 when I change advanced pattern and save

GET
https://SERVER/cgi-bin/koha/serials/create-numberpattern.pl?patternname=vol_no_week&numberingmethod=Vol. {X}, No. {Y}&label1=Volume&label2=Number&add1=1&add2=1&every1=12&every2=1&setto1=1&setto2=1&whenmorethan1=99999&whenmorethan2=52
[HTTP/1.1 500 Internal Server Error 64ms]

C4::Serials::Numberpattern::AddSubscriptionNumberpattern(): DBI Exception: DBD::mysql::st execute failed: Field 'description' doesn't have a default value at /usr/share/koha/serials/create-numberpattern.pl line 58
 at /usr/share/perl5/DBIx/Class/Exception.pm line 77
    DBIx::Class::Exception::throw('DBIx::Class::Exception', 'DBI Exception: DBD::mysql::st execute failed: Field \'description\' doesn\'t have a default value', 0) called at /usr/share/perl5/DBIx/Class/Schema.pm line 1118

Keywords for searching:
​saveAdvancedPattern
#saveadvancedpatternbutton

Reproduce by changing number pattern of saved subscription and trying to Save the new numbering pattern. This is an ajax call. You see 500 in the console.
Comment 1 Jonathan Druart 2023-05-16 09:31:45 UTC

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