-
Notifications
You must be signed in to change notification settings - Fork 25
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
UI: links to authorities in the document editor #244
Conversation
c8457f8
to
93ece23
Compare
ec1d22a
to
4d5073c
Compare
4d5073c
to
c32cd84
Compare
url=current_app.config.get('RERO_ILS_MEF_URL'), | ||
pid=pid | ||
) | ||
mef_url = current_app.config.get('RERO_ILS_MEF_URL') + pid |
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.
Why + and not format
url=current_app.config.get('RERO_ILS_MEF_URL'), | ||
pid=pid | ||
) | ||
mef_url = current_app.config.get('RERO_ILS_MEF_URL') + pid |
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.
see above
rero_ils/modules/patrons/views.py
Outdated
), | ||
'personsLabelOrder': personsLabelOrder.get( | ||
current_i18n.locale.language, | ||
personsLabelOrder.get('fallback')) |
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.
"personsLabelOrder": personsLabelOrder.get(
current_i18n.locale.language,
personsLabelOrder.get(personsLabelOrder.get("fallback")))
* NEW Adds the possiblity to link authorities in the document editor using an typeahead component. * BETTER Adds mef configuration in the logged user api. * BETTER Changes Mef url configuration. * BETTER Puts the Mef proxy on the api blueprint side. Signed-off-by: Johnny Mariéthoz <[email protected]> Signed-off-by: Bertrand Zuchuat <[email protected]>
c32cd84
to
8b02a50
Compare
using an typeahead component.
Signed-off-by: Johnny Mariéthoz [email protected]
Signed-off-by: Bertrand Zuchuat [email protected]