[Koha-bugs] [Bug 34080] New: Updating suggestion status can result in 500 eror

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jun 21 16:49:57 CEST 2023


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34080

            Bug ID: 34080
           Summary: Updating suggestion status can result in 500 eror
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Acquisitions
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: kyle at bywatersolutions.com
        QA Contact: testopia at bugs.koha-community.org

Sometimes using "Mark selection as" to update a suggestions can result in a 500
error with the logged error:

DBIx::Class::Storage::DBI::_dbh_execute(): DBI Exception: DBD::mysql::st
execute failed: Unknown column 'suggestion_itemtype' in 'where clause' at
/usr/share/koha/lib/Koha/Objects.pm line 394

It appears that the search params are built from *all* the form fields and then
some form fields are removed from the hashref, but not all ( hence the error ).

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list