diff options
| author | Étienne Loks <etienne.loks@proxience.com> | 2015-09-29 02:43:19 +0200 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@proxience.com> | 2015-09-29 02:43:19 +0200 |
| commit | 37cb695ba14761c5c579ace7797dcd99f5b486c2 (patch) | |
| tree | e27f01bf29b9fe16dfccc157f2a1f2d6fcb872e4 /archaeological_context_records/views.py | |
| parent | 2ff0b6a2d4e1f862a44774d56c84a9b9d39fe923 (diff) | |
| download | Ishtar-37cb695ba14761c5c579ace7797dcd99f5b486c2.tar.bz2 Ishtar-37cb695ba14761c5c579ace7797dcd99f5b486c2.zip | |
Display dynamicaly large tables in windows
Diffstat (limited to 'archaeological_context_records/views.py')
| -rw-r--r-- | archaeological_context_records/views.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archaeological_context_records/views.py b/archaeological_context_records/views.py index d92e162c3..483630b3c 100644 --- a/archaeological_context_records/views.py +++ b/archaeological_context_records/views.py @@ -49,6 +49,7 @@ get_contextrecordsource = get_item( extra_request_keys={ 'context_record__parcel__town': 'context_record__parcel__town__pk', 'context_record__operation__year': 'context_record__operation__year', + 'context_record__operation': 'context_record__operation__pk', 'context_record__datings__period': 'context_record__datings__period__pk', 'context_record__unit': 'context_record__unit__pk', |
