-
Notifications
You must be signed in to change notification settings - Fork 26
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
fees: add organisation search filter #588
Conversation
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.
Into commit message :
- title : explain what this commit does, not what was wrong
- 3 lasts points could be deleted (they come from git template)
Commit title could be "fees: fix fees list-route results" ?
fcaef8d
to
ece9529
Compare
ece9529
to
5da749c
Compare
5da749c
to
84a3592
Compare
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.
The commit message title should begin with a verb and explain why this commit is useful.
84a3592
to
70f9f58
Compare
* Create new signal to enrich data before indexing. * Add organisation pid in indexed fields. * Closes rero#560 (search api return 0 records). Co-Authored-by: Lauren-D <[email protected]>
70f9f58
to
3d33731
Compare
tests/api/test_fees.py
Outdated
# Martigny | ||
login_user_via_session(client, librarian_martigny_no_email.user) | ||
list_url = url_for('invenio_records_rest.fee_list') | ||
print(list_url) |
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.
to be removed
Co-Authored-by: Lauren-D [email protected]
Why are you opening this PR?
How to test?
Code review check list