Bug 21755 - Show patron updated date in circ menu
Summary: Show patron updated date in circ menu
Status: CLOSED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: Patrons (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Fridolin Somers
QA Contact: Josef Moravec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-11-02 08:56 UTC by Fridolin Somers
Modified: 2019-10-14 19:55 UTC (History)
6 users (show)

See Also:
Change sponsored?: ---
Patch complexity: Trivial patch
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments
Bug 21755: Show patron updated date in circ menu (1.62 KB, patch)
2018-11-02 13:15 UTC, Fridolin Somers
Details | Diff | Splinter Review
Bug 21755: Show patron updated date in circ menu (1.69 KB, patch)
2018-11-02 20:28 UTC, Pierre-Marc Thibault
Details | Diff | Splinter Review
Bug 21755: Show patron updated date in circ menu (1.74 KB, patch)
2018-11-05 07:20 UTC, Josef Moravec
Details | Diff | Splinter Review
Bug 21755: Show patron updated date in circ menu (1.80 KB, patch)
2018-11-05 10:21 UTC, Devinim
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Fridolin Somers 2018-11-02 08:56:03 UTC
In borrowers table the column updated_on stores the last updated date and time.
Display this in the circ menu.
Comment 1 Fridolin Somers 2018-11-02 13:15:44 UTC
Created attachment 81891 [details] [review]
Bug 21755: Show patron updated date in circ menu

In borrowers table the column updated_on stores the last updated date and time.
Display this in the circ menu.

Test plan:
1) Go to a patron details page /cgi-bin/koha/members/moremember.pl
2) Look at left menu, you see "Updated on" and a date and time
3) Edit this patron and save
4) Check that "Updated on" changed
5) Click on each tab of menu to check this date is displayed
Comment 2 Pierre-Marc Thibault 2018-11-02 20:28:43 UTC
Created attachment 81922 [details] [review]
Bug 21755: Show patron updated date in circ menu

In borrowers table the column updated_on stores the last updated date and time.
Display this in the circ menu.

Test plan:
1) Go to a patron details page /cgi-bin/koha/members/moremember.pl
2) Look at left menu, you see "Updated on" and a date and time
3) Edit this patron and save
4) Check that "Updated on" changed
5) Click on each tab of menu to check this date is displayed

Signed-off-by: Pierre-Marc Thibault <pierre-marc.thibault@inLibro.com>
Comment 3 Josef Moravec 2018-11-05 07:20:25 UTC
Created attachment 81926 [details] [review]
Bug 21755: Show patron updated date in circ menu

In borrowers table the column updated_on stores the last updated date and time.
Display this in the circ menu.

Test plan:
1) Go to a patron details page /cgi-bin/koha/members/moremember.pl
2) Look at left menu, you see "Updated on" and a date and time
3) Edit this patron and save
4) Check that "Updated on" changed
5) Click on each tab of menu to check this date is displayed

Signed-off-by: Pierre-Marc Thibault <pierre-marc.thibault@inLibro.com>

Signed-off-by: Josef Moravec <josef.moravec@gmail.com>
Comment 4 Devinim 2018-11-05 10:21:13 UTC
Created attachment 81929 [details] [review]
Bug 21755: Show patron updated date in circ menu

In borrowers table the column updated_on stores the last updated date and time.
Display this in the circ menu.

Test plan:
1) Go to a patron details page /cgi-bin/koha/members/moremember.pl
2) Look at left menu, you see "Updated on" and a date and time
3) Edit this patron and save
4) Check that "Updated on" changed
5) Click on each tab of menu to check this date is displayed

Signed-off-by: Pierre-Marc Thibault <pierre-marc.thibault@inLibro.com>

Signed-off-by: Josef Moravec <josef.moravec@gmail.com>
Signed-off-by: Devinim <kohadevinim@devinim.com.tr>
Comment 5 Nick Clemens (kidclamp) 2018-11-08 02:28:22 UTC
Awesome work all!

Pushed to master for 18.11
Comment 6 Martin Renvoize 2018-11-16 13:33:58 UTC
Enhancement, will not be backported to 18.05.x series.