Comment 5 for bug 792595

Revision history for this message
Jason Etheridge (phasefx) wrote :

My preference is to have the Item Status -> Add to Record Bucket action filter out pre-cats and warn that it is doing so. To that end, here's a branch doing such:
http://git.evergreen-ils.org/?p=working/Evergreen.git;a=commitdiff;h=bf4cb5ae666e29489053dfa817be3979d545004d

For sharing the current branch via the remote repo working-eg:

You need only add the remote once, regardless of how many branches you wish to look at.
To add this repo as working-eg:
 Read-only (git protocol):
  git remote add working-eg git://git.evergreen-ils.org/working/Evergreen.git
 Read-write (ssh protocol):
  git remote add working-eg <email address hidden>:working/Evergreen.git

Once you have the remote added you can check out this branch:
git co -b precat_bib_sneaking_into_buckets_fix working-eg/collab/phasefx/precat_bib_sneaking_into_buckets_fix