Bug 31103 - 'interface' is stored inconsistently throughout the database
Summary: 'interface' is stored inconsistently throughout the database
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Architecture, internals, and plumbing (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement
Assignee: Martin Renvoize (ashimema)
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-07-05 14:24 UTC by Martin Renvoize (ashimema)
Modified: 2022-07-05 14:24 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:
Circulation function:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Renvoize (ashimema) 2022-07-05 14:24:26 UTC
We have many cases where we store the interface an action took place on in an 'interface' field in relevant tables.

This 'interface' field however takes many forms, we could really be consistent and use an enum or linked table everywhere.