Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

web app asks local web server for all catalog uuids ever #42

Open
marcellmars opened this issue Jul 26, 2015 · 0 comments
Open

web app asks local web server for all catalog uuids ever #42

marcellmars opened this issue Jul 26, 2015 · 0 comments
Assignees
Labels

Comments

@marcellmars
Copy link
Owner

it should ask only for active catalogs.

$.getJSON('get_catalogs', {}).done(function(catalogs) {

should change to:
$.getJSON('get_active_catalogs', {}).done(function(catalogs) {

and https://github.com/marcellmars/letssharebooks/blob/master/library/libraries.py
should get:
get_active_catalogs
similiar to:

def get_active_librarians(db):

@marcellmars marcellmars self-assigned this Jul 26, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant