diff options
| author | Étienne Loks <etienne.loks@proxience.com> | 2015-12-07 20:08:47 +0100 | 
|---|---|---|
| committer | Étienne Loks <etienne.loks@proxience.com> | 2015-12-07 20:08:47 +0100 | 
| commit | 1eb19b3028430a4f936193304d70ef5ce429492e (patch) | |
| tree | 174270415c9b00d6850590f60e33840da92fa51d /ishtar_common/urls.py | |
| parent | e6bbd11555f75b8f4b290fc12c7b3783ca5dcd93 (diff) | |
| download | Ishtar-1eb19b3028430a4f936193304d70ef5ce429492e.tar.bz2 Ishtar-1eb19b3028430a4f936193304d70ef5ce429492e.zip  | |
Permissive search for in charge operation searches (refs #2920)
Diffstat (limited to 'ishtar_common/urls.py')
| -rw-r--r-- | ishtar_common/urls.py | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/ishtar_common/urls.py b/ishtar_common/urls.py index eb0fe7ac2..70109a2f3 100644 --- a/ishtar_common/urls.py +++ b/ishtar_common/urls.py @@ -103,6 +103,9 @@ urlpatterns += patterns(          'new_person_noorga', name='new-person-noorga'),      url(r'autocomplete-person(?:/([0-9_]+))?(?:/([0-9_]*))?/(user)?$',          'autocomplete_person', name='autocomplete-person'), +    url(r'autocomplete-person-permissive(?:/([0-9_]+))?(?:/([0-9_]*))?' +        r'/(user)?$', 'autocomplete_person_permissive', +        name='autocomplete-person-permissive'),      url(r'get-person/(?P<type>.+)?$', 'get_person',          name='get-person'),      url(r'show-person(?:/(?P<pk>.+))?/(?P<type>.+)?$',  | 
