Open olivierdalang opened 8 years ago
Hi,
Currently, one can't add custom get parameters to the urls, because ?popup=1 gets appended to the end. So you end up with test.com/myurl/?custom=abc?popup=1 which isn't valid.
?popup=1
test.com/myurl/?custom=abc?popup=1
I have a fix but it doesn't apply to master (since I work on the edit_links branch) : https://github.com/olivierdalang/django-addanother/commit/b89ea3303c57633a8774a5ef6d46a92cdf0defd3
I'll open a PR when the edit_links branch gets merged.
Hi,
Currently, one can't add custom get parameters to the urls, because
?popup=1
gets appended to the end. So you end up withtest.com/myurl/?custom=abc?popup=1
which isn't valid.I have a fix but it doesn't apply to master (since I work on the edit_links branch) : https://github.com/olivierdalang/django-addanother/commit/b89ea3303c57633a8774a5ef6d46a92cdf0defd3
I'll open a PR when the edit_links branch gets merged.