Development #7748
Add an absolute parameter to make_url() to use when request parameter is present
Start date:
03 July 2015
Due date:
% Done:
100%
Estimated time:
Patch proposed:
No
Planning:
Description
When absolute is present the returned URL must be made absolute using request.build_absolute_uri()
Associated revisions
History
Updated by Benjamin Dauvergne over 7 years ago
- Status changed from Nouveau to Résolu (à déployer)
- % Done changed from 0 to 100
Appliqué par commit authentic2|8f42fe4dde93f5545b79bb05f7d083aa0b475dcb.
Updated by Benjamin Dauvergne almost 7 years ago
- Status changed from Résolu (à déployer) to Solution déployée
utils: add absolute parameter to make_url (fixes #7748)
It combines with the request parameter to build absolute URL relative to
the current URL of the request.