Bug 39417 - Allow for editing/deletion of default suggestion status
Summary: Allow for editing/deletion of default suggestion status
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Staff interface (show other bugs)
Version: unspecified
Hardware: All All
: P5 - low enhancement
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-03-21 19:06 UTC by Heather Rommens
Modified: 2025-03-22 19:56 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:
Circulation function:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Heather Rommens 2025-03-21 19:06:39 UTC
There are libraries who do not use the default SUGGEST_STATUS authorized values for indicating the status of a purchase suggestion in the staff interface/OPAC. For example, libraries would rather use terminology like "Declined" as opposed to "Rejected". While it is possible to add more authorized values to this auth value category, it would be nice if those default values could be Edited or Deleted by staff, if desired.
Comment 1 Katrin Fischer 2025-03-22 11:04:29 UTC
To some of the default status there are actions tied, so deleting could be potentially a bit dangerous. If you make them editable and store the description in database, we have an issue for multi-language sites currently. That's the main reasons they are not in the authorised value list right now.
Comment 2 Heather Rommens 2025-03-22 19:56:11 UTC
Ah, that makes so much sense. Thanks Katrin!