[Koha-bugs] [Bug 21083] Batch patron modification does not allow to modify repeatable patron attributes

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Apr 4 16:58:26 CEST 2022


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21083

Séverine Queune <severine.queune at bulac.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |severine.queune at bulac.fr
             Status|Needs Signoff               |Failed QA

--- Comment #4 from Séverine Queune <severine.queune at bulac.fr> ---
I not sure I totally understood the expected behaviour of this patch, but here
as some feedback about my first quick tests.

If patrons have several entries for one attribute, the batch modification
replace all the attributes by only the new value. I assume so but can you
confirm it's the behaviour expected ?

I also noticed :

  - when I check the box to empty the field, I still have empty entries in
database instead of having no entries at all, e.g; : 
select * from borrower_attributes
--> id   borrowernumber  code    attribute
--> 124  21              disc    Maths
--> 125  21              disc    
--> 126  21              disc    Maths
Shouldn't line 125 have been deleted ?

 -you can create several empty datas : to reproduce, select an attribute,
checkbox the box, add the same attribute and check the box again. Is there a
way to lock the use of an attribute that is selected 'to delete' ?

Expect that points, I've tests with both free input and authorized values
linked attributes and it seems to work quite fine.

Failed though for the empty data issues in borrower_attributes table.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list