]> git.koha-community.org Git - koha.git/commit
Bug 27454: Add sorting of patron attributes
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Mon, 18 Jan 2021 10:21:28 +0000 (10:21 +0000)
committerAndrew Fuerste-Henry <andrew@bywatersolutions.com>
Thu, 18 Feb 2021 13:20:55 +0000 (13:20 +0000)
commit3fb9ac85c0e7ad6c2e01954e611aebc548190bb3
tree2132cc995d58171c7b5bfb4c0487443106e46b1e
parent7495bf9706cef54583676e7c15aa5103aacbf1a5
Bug 27454: Add sorting of patron attributes

This patch adds sorting on class code for the patrons attributes forms
on the memberentry page.

Test plan
1) Create a couple of different patron attributes
2) Go to the patron add page
3) Note the order in which the patron attributes load at the bottom of
   the page.
4) Reload the page and note the order of those attribues may change (if
   it doesn't, try reloading again.. it's random)
5) Apply the patch
6) Reload the page a few times and confirm the attributes are now
   ordered.
7) Signoff

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
(cherry picked from commit 0821a5890d98d17b58ffecaebbb02d673a864714)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
(cherry picked from commit 2261dad8960808fdff6dc6f5d868481563786727)

Signed-off-by: Andrew Fuerste-Henry <andrew@bywatersolutions.com>
members/memberentry.pl