Bug 31951 - Store MD5 sum for each notice in the sample_notices.yml file
Summary: Store MD5 sum for each notice in the sample_notices.yml file
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Notices (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-10-24 15:19 UTC by Kyle M Hall
Modified: 2022-10-24 15:27 UTC (History)
0 users

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 Kyle M Hall 2022-10-24 15:19:41 UTC
When developers need to check if a notices matches the default and thus can be updated, it means putting the entire existing notice in the query. If we stored the MD5 in the YAML file, developers could use the MySQL MD5 function to more easily determine if the notice has changed.