This repository was archived by the owner on Dec 8, 2023. It is now read-only.
Wrap uri_for
into context (and/or adaptor)
#35
Labels
uri_for
into context (and/or adaptor)
#35
Right now,
uri_for
forRelativeLinkField
generation must be aware of the underlying adaptor.It would be ideal to have this method exposed from the context (via
context.uri_for
orcontext.adaptor.uri_for
) which would call the appropriate underlying method with the correct argument structure.The text was updated successfully, but these errors were encountered: