Bug 30920: (QA follow-up) Use get_dirty_columns to avoid DB query
authorTomas Cohen Arazi <tomascohen@theke.io>
Fri, 10 Mar 2023 12:07:26 +0000 (09:07 -0300)
committerTomas Cohen Arazi <tomascohen@theke.io>
Mon, 13 Mar 2023 18:11:34 +0000 (15:11 -0300)
commita44f03c7156cce4ff1ae55da3772f98e7b5e89b6
treee382c1545a4fa7df0cfee09299202f777acd65b6
parentdde86f08fcc359d57dc94ca5b218ddfb791c342c
Bug 30920: (QA follow-up) Use get_dirty_columns to avoid DB query

We can rely on DBIC's get_dirty_columns to check if the descriptions
have changed, and set things for flushing without an extra DB query.

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Koha/AuthorisedValue.pm