[Koha-bugs] [Bug 11258] Holds queue is still making transfer requests that contradict the branch holds policy

2014-08-13 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11258

--- Comment #14 from Kyle M Hall  ---
Picked for 3.12.15!

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 11258] Holds queue is still making transfer requests that contradict the branch holds policy

2014-08-06 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11258

Fridolin SOMERS  changed:

   What|Removed |Added

 Status|Pushed to Master|Pushed to Stable
 CC||fridolyn.som...@biblibre.co
   ||m

--- Comment #13 from Fridolin SOMERS  ---
Pushed to 3.14.x, will be in 3.14.10

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 11258] Holds queue is still making transfer requests that contradict the branch holds policy

2014-04-18 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11258

Galen Charlton  changed:

   What|Removed |Added

 Status|Passed QA   |Pushed to Master

--- Comment #12 from Galen Charlton  ---
Pushed to master.  Thanks, Kyle!

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 11258] Holds queue is still making transfer requests that contradict the branch holds policy

2014-04-17 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11258

Katrin Fischer  changed:

   What|Removed |Added

 Status|Signed Off  |Passed QA
   Patch complexity|--- |Small patch

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 11258] Holds queue is still making transfer requests that contradict the branch holds policy

2014-04-17 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11258

Katrin Fischer  changed:

   What|Removed |Added

  Attachment #25224|0   |1
is obsolete||

--- Comment #11 from Katrin Fischer  ---
Created attachment 27267
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=27267&action=edit
[PASSED QA] Bug 11258 - Holds queue is still making transfer requests that
contradict the branch holds policy

The holds queue generator is still making requests that are not allowed.
Previously it was making transfer requests that were not allowed.
Currently, it is still making requests where the pickup branch is the
same as the item's branch but not the patron's branch,
even if there is a "Default holds policy by item type" rule that states
this item can only fill holds for patron's of the same branch as the item.

Test Plan:
1) Create a test record with 2 items with different itemtypes
2) Set the Default holds policy by item type for the first
   item to "From any library"
3) Set the Default holds policy by item type for the second
   item to "From home library"
4) Place a record level hold for a patron from another library,
   but for pickup at the same library as the item is from
5) Rebuild the holds queue
6) View the holds queue, note the item is listed, though this
   patron cannot place a hold on this item
7) Apply this patch
8) Repeat step 5, note the hold is no longer in the queue

Signed-off-by: Liz Rea 
automated tests pass, functional tests pass. Bug replicated, eradicated by
patch.

Signed-off-by: Katrin Fischer 
I finally managed to reproduce this, patch works as described.
Passes tests and QA script, provided tests fail without patch, but
succeed with the patch.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 11258] Holds queue is still making transfer requests that contradict the branch holds policy

2014-02-13 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11258

Kyle M Hall  changed:

   What|Removed |Added

  Attachment #23011|0   |1
is obsolete||

--- Comment #10 from Kyle M Hall  ---
Created attachment 25224
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=25224&action=edit
Bug 11258 - Holds queue is still making transfer requests that contradict the
branch holds policy

The holds queue generator is still making requests that are not allowed.
Previously it was making transfer requests that were not allowed.
Currently, it is still making requests where the pickup branch is the
same as the item's branch but not the patron's branch,
even if there is a "Default holds policy by item type" rule that states
this item can only fill holds for patron's of the same branch as the item.

Test Plan:
1) Create a test record with 2 items with different itemtypes
2) Set the Default holds policy by item type for the first
   item to "From any library"
3) Set the Default holds policy by item type for the second
   item to "From home library"
4) Place a record level hold for a patron from another library,
   but for pickup at the same library as the item is from
5) Rebuild the holds queue
6) View the holds queue, note the item is listed, though this
   patron cannot place a hold on this item
7) Apply this patch
8) Repeat step 5, note the hold is no longer in the queue

Signed-off-by: Liz Rea 
automated tests pass, functional tests pass. Bug replicated, eradicated by
patch.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 11258] Holds queue is still making transfer requests that contradict the branch holds policy

2014-01-31 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11258

Kyle M Hall  changed:

   What|Removed |Added

 Status|Failed QA   |Signed Off

--- Comment #9 from Kyle M Hall  ---
(In reply to Katrin Fischer from comment #8)
> Kyle, I think we need help here - could it be something is missing from the
> test plan?

Nope, I followed the test plan with a fresh database and was able to recreate
the bug, and also show the patch resolves it.

Here is a video demonstration: http://screencast.com/t/0PBAfJkf5

After I demonstrate the bug, apply the patch and rebuild the holds queue,
you'll see no items in the holds queue. This is because I forgot that Reference
items are not holdable. So post-patch, neither item is holdable by that patron,
and the holds queue *should* be empty. After that, I make Reference items
holdable, rebuild the holds queue again, and a hold request for the Reference
item shows up, which is the correct behavior as well.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 11258] Holds queue is still making transfer requests that contradict the branch holds policy

2014-01-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11258

Katrin Fischer  changed:

   What|Removed |Added

 Status|Signed Off  |Failed QA

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 11258] Holds queue is still making transfer requests that contradict the branch holds policy

2014-01-24 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11258

--- Comment #8 from Katrin Fischer  ---
Kyle, I think we need help here - could it be something is missing from the
test plan?

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 11258] Holds queue is still making transfer requests that contradict the branch holds policy

2014-01-24 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11258

Jonathan Druart  changed:

   What|Removed |Added

 CC||jonathan.dru...@biblibre.co
   ||m

--- Comment #7 from Jonathan Druart  ---
(In reply to Katrin Fischer from comment #5)
> >6) View the holds queue, note the item is listed, though this
> >   patron cannot place a hold on this item
> 
> I couldn't reproduce this.

And me I see it before and after applying the patch (I rebuilt the holds
queue).

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 11258] Holds queue is still making transfer requests that contradict the branch holds policy

2014-01-21 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11258

Mickey Coalwell  changed:

   What|Removed |Added

 CC||mcoalw...@nekls.org

--- Comment #6 from Mickey Coalwell  ---
I set up test plan in production as described in ticket. Results positive.
Available item with Local Hold was correctly x'ed out in holdings table, and
hold did not show up on pick list for patron wanting pickup location at owning
library. Checked in another item without hold restriction, which DID show up
correctly on pick list. So the behavior is now as expected, and desired. Patch
eliminated bug.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 11258] Holds queue is still making transfer requests that contradict the branch holds policy

2014-01-12 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11258

Katrin Fischer  changed:

   What|Removed |Added

 CC||katrin.fisc...@bsz-bw.de

--- Comment #5 from Katrin Fischer  ---
I am sorry, but I can't seem to reproduce the bug on current master. I followed
the test plan, but my holds queue entry is the same before and after applying
the patch. 

>1) Create a test record with 2 items with different itemtypes

Branches, itemtype, barcode
Midway, Books, t1
Midway, Computer files, t2

>2) Set the Default holds policy by item type for the first
>   item to "From any library"

Midway: Books, from any library

>3) Set the Default holds policy by item type for the second
>   item to "From home library"

Midway: Computer files, from home library

>4) Place a record level hold for a patron from another library,
>   but for pickup at the same library as the item is from

Switched to Riverside, placed a title level hold for a Riverside patron, 
pickup location is Midway.

>5) Rebuild the holds queue

Entry reads:
Books, t1 or any available

>6) View the holds queue, note the item is listed, though this
>   patron cannot place a hold on this item

I couldn't reproduce this.

>7) Apply this patch
>8) Repeat step 5, note the hold is no longer in the queue

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 11258] Holds queue is still making transfer requests that contradict the branch holds policy

2014-01-08 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11258

Kyle M Hall  changed:

   What|Removed |Added

   Severity|normal  |major

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 11258] Holds queue is still making transfer requests that contradict the branch holds policy

2013-12-13 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11258

Kyle M Hall  changed:

   What|Removed |Added

   Assignee|koha-b...@lists.koha-commun |k...@bywatersolutions.com
   |ity.org |

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 11258] Holds queue is still making transfer requests that contradict the branch holds policy

2013-11-18 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11258

Liz Rea  changed:

   What|Removed |Added

 Status|Needs Signoff   |Signed Off

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 11258] Holds queue is still making transfer requests that contradict the branch holds policy

2013-11-18 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11258

Liz Rea  changed:

   What|Removed |Added

  Attachment #22971|0   |1
is obsolete||

--- Comment #4 from Liz Rea  ---
Created attachment 23011
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=23011&action=edit
Bug 11258 - Holds queue is still making transfer requests that contradict the
branch holds policy

The holds queue generator is still making requests that are not allowed.
Previously it was making transfer requests that were not allowed.
Currently, it is still making requests where the pickup branch is the
same as the item's branch but not the patron's branch,
even if there is a "Default holds policy by item type" rule that states
this item can only fill holds for patron's of the same branch as the item.

Test Plan:
1) Create a test record with 2 items with different itemtypes
2) Set the Default holds policy by item type for the first
   item to "From any library"
3) Set the Default holds policy by item type for the second
   item to "From home library"
4) Place a record level hold for a patron from another library,
   but for pickup at the same library as the item is from
5) Rebuild the holds queue
6) View the holds queue, note the item is listed, though this
   patron cannot place a hold on this item
7) Apply this patch
8) Repeat step 5, note the hold is no longer in the queue

Signed-off-by: Liz Rea 
automated tests pass, functional tests pass. Bug replicated, eradicated by
patch.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 11258] Holds queue is still making transfer requests that contradict the branch holds policy

2013-11-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11258

Kyle M Hall  changed:

   What|Removed |Added

  Attachment #22970|0   |1
is obsolete||

--- Comment #3 from Kyle M Hall  ---
Created attachment 22971
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=22971&action=edit
Bug 11258 - Holds queue is still making transfer requests that contradict the
branch holds policy

The holds queue generator is still making requests that are not allowed.
Previously it was making transfer requests that were not allowed.
Currently, it is still making requests where the pickup branch is the
same as the item's branch but not the patron's branch,
even if there is a "Default holds policy by item type" rule that states
this item can only fill holds for patron's of the same branch as the item.

Test Plan:
1) Create a test record with 2 items with different itemtypes
2) Set the Default holds policy by item type for the first
   item to "From any library"
3) Set the Default holds policy by item type for the second
   item to "From home library"
4) Place a record level hold for a patron from another library,
   but for pickup at the same library as the item is from
5) Rebuild the holds queue
6) View the holds queue, note the item is listed, though this
   patron cannot place a hold on this item
7) Apply this patch
8) Repeat step 5, note the hold is no longer in the queue

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 11258] Holds queue is still making transfer requests that contradict the branch holds policy

2013-11-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11258

Kyle M Hall  changed:

   What|Removed |Added

  Attachment #22965|0   |1
is obsolete||

--- Comment #2 from Kyle M Hall  ---
Created attachment 22970
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=22970&action=edit
Bug 11258 - Holds queue is still making transfer requests that contradict the
branch holds policy

The holds queue generator is still making requests that are not allowed.
Previously it was making transfer requests that were not allowed.
Currently, it is still making requests where the pickup branch is the
same as the item's branch but not the patron's branch,
even if there is a "Default holds policy by item type" rule that states
this item can only fill holds for patron's of the same branch as the item.

Test Plan:
1) Create a test record with 2 items with different itemtypes
2) Set the Default holds policy by item type for the first
   item to "From any library"
3) Set the Default holds policy by item type for the second
   item to "From home library"
4) Place a record level hold for a patron from another library,
   but for pickup at the same library as the item is from
5) Rebuild the holds queue
6) View the holds queue, note the item is listed, though this
   patron cannot place a hold on this item
7) Apply this patch
8) Repeat step 5, note the hold is no longer in the queue

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 11258] Holds queue is still making transfer requests that contradict the branch holds policy

2013-11-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11258

--- Comment #1 from Kyle M Hall  ---
Created attachment 22965
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=22965&action=edit
Bug 11258 - Holds queue is still making transfer requests that contradict the
branch holds policy

The holds queue generator is still making requests that are not allowed.
Previously it was making transfer requests that were not allowed.
Currently, it is still making requests where the pickup branch is the
same as the item's branch but not the patron's branch,
even if there is a "Default holds policy by item type" rule that states
this item can only fill holds for patron's of the same branch as the item.

Test Plan:
1) Create a test record with 2 items with different itemtypes
2) Set the Default holds policy by item type for the first
   item to "From any library"
3) Set the Default holds policy by item type for the second
   item to "From home library"
4) Place a record level hold for a patron from another library,
   but for pickup at the same library as the item is from
5) Rebuild the holds queue
6) View the holds queue, note the item is listed, though this
   patron cannot place a hold on this item
7) Apply this patch
8) Repeat step 5, note the hold is no longer in the queue

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 11258] Holds queue is still making transfer requests that contradict the branch holds policy

2013-11-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11258

Kyle M Hall  changed:

   What|Removed |Added

 Status|NEW |Needs Signoff

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/