Bug 34274

Summary: In batch patron modification adding a new attribute clears all existing values and applies authorised values to all attributes
Product: Koha Reporter: Nick Clemens (kidclamp) <nick>
Component: ToolsAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: normal    
Priority: P5 - low    
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Bug Depends on: 21083    
Bug Blocks:    

Description Nick Clemens (kidclamp) 2023-07-13 16:53:21 UTC
To test:
1 - Define 2 new patron attributes types, both marked repeatable:
    Repeatable
    Duplicatable - linked to authorised value 'YES_NO'
2 - Perform a batch patron modification
3 - Select attribute type 'Repeatable' and enter 'Repetition'
4 - Click - +New to add a second attribute
5 - Set the type to 'Duplicatable'
6 - WRONG - values are cleared and Repeatable is now a YES_NO dropdown
Comment 1 Nick Clemens (kidclamp) 2023-07-13 16:54:00 UTC
Not caused by 21083, but should be fixed on top of that one