Bug 16628 - Patrons requesting modifications link behaves differently on the home page than the members-home.pl page
Summary: Patrons requesting modifications link behaves differently on the home page th...
Status: CLOSED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: Patrons (show other bugs)
Version: Main
Hardware: All All
: P5 - low normal
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-05-31 20:31 UTC by Christopher Brannon
Modified: 2021-12-13 21:10 UTC (History)
2 users (show)

See Also:
GIT URL:
Initiative type: ---
Sponsorship status: ---
Comma delimited list of Sponsors:
Crowdfunding goal: 0
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christopher Brannon 2016-05-31 20:31:12 UTC
It would appear that the links do not behave the same between the members-update.pl page and mainpage.pl.  When IndependentBranchesPatronModifications is set to Prevent, the link on mainpage.pl shows the count for your library, and only shows when your library has requests.  However, the link ALWAYS shows on members-update.pl, and shows the total of all requests.

I don't believe any other feature in Koha works this way, and I don't believe this should be the behavior of this feature.  In my opinion, the link on mainpage.pl behaves correctly, and the link on members-update.pl should be changed to do the same.

Christopher
Comment 1 Owen Leonard 2021-04-02 13:50:32 UTC
Is this bug still valid? Here's how I tested:

- Turn on IndependentBranches 
- Set IndependentBranchesPatronModifications to "Yes"
- Log in as a non-superlibrarian
- On the staff interface home page I see "Patrons requesting modifications: 2"
- On the patron module home page I see "Patrons requesting modifications: 2"

Both links take me to a page which shows the 2 patrons requesting modification out of a 4 total for all libraries.
Comment 2 Christopher Brannon 2021-04-02 16:43:38 UTC
This does not look to be an issue any longer.  There is no conflicting information on the members-update.pl page any longer.