Bug 28297 - can't save system preference and field not marked as modified when changing value
Summary: can't save system preference and field not marked as modified when changing v...
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: System Administration (show other bugs)
Version: Main
Hardware: All All
: P5 - low normal (vote)
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-05-06 19:04 UTC by Victor Grousset/tuxayo
Modified: 2021-05-06 19:04 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 Victor Grousset/tuxayo 2021-05-06 19:04:31 UTC
== Test plan ==
1. Search any syspref that has a text input
2. input a value, like 3, you see "modified" 
3. save
4. refresh (tech note: the <input> will now have value=3)
5. input 5, you see "modified" 
6. save (tech note: the <input> still has value=3, this is the cause)
7. input 3, you don't see "modified" (this in wrong)
8. save
9 "nothing to save", this is wrong