[Koha-bugs] [Bug 21959] Batch item modification - ability to apply regular expression on text fields

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Dec 7 22:48:14 CET 2018


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

Pierre-Marc Thibault <pierre-marc.thibault at inlibro.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Needs Signoff               |Failed QA
                 CC|                            |pierre-marc.thibault at inlibr
                   |                            |o.com

--- Comment #2 from Pierre-Marc Thibault <pierre-marc.thibault at inlibro.com> ---
When I use regex on 2 items that have the same value on a field and their field
changes, it's said that 2 fields have been modified. 

Ex : 1) It's a note. 2) It's a note.
s/note/note2/g

However, if it's not the same value, it's said that 3 fields have been
modified.

Ex : 1) It's a note. 2) This is a note.
s/note/note2/g

Can you please check why it happens?

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


More information about the Koha-bugs mailing list