-
Notifications
You must be signed in to change notification settings - Fork 3
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
Qh grants search page works #650
base: dev
Are you sure you want to change the base?
Conversation
…ggie-experts into dc-browse-by-grant
…perts/grants working
…ggie-experts into dc-browse-by-grant
…art title/subtitle for browse grants
…ggie-experts into dc-browse-by-grant
|
||
// by default, filter out hidden works/grants if not requested to include them, or if not admin/expert | ||
if( options['is-visible'] !== false || !options.admin ) { | ||
console.log('filtering out hidden works/grants',doc['@id']); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@UcDust / @rakunkel-ucd does anyone remember making this change?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@qjhart I think I initially added that code to filter out works/grants, but it's further down in the file in the dev
branch. I don't think I moved it in the file after initially adding it into that subselect
function.
…library/aggie-experts into qh-grants-search-page-works
This updates the upcoming grant search w/ changes to works as well.
Remember to change to
dev
base when pulling