diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-10-18 17:56:55 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-10-24 12:06:09 +0200 |
commit | 5bdd184424ed51eaddc642bda549fa7a4ada8710 (patch) | |
tree | 1f7dcecec02273235224cbaa86f8d4dee35068ec /archaeological_finds/wizards.py | |
parent | f1318fe727248cff44a86673784abbd458ded275 (diff) | |
download | Ishtar-5bdd184424ed51eaddc642bda549fa7a4ada8710.tar.bz2 Ishtar-5bdd184424ed51eaddc642bda549fa7a4ada8710.zip |
Basket: list view, better sheet, allow basket sharing (db and right management)
Diffstat (limited to 'archaeological_finds/wizards.py')
-rw-r--r-- | archaeological_finds/wizards.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/archaeological_finds/wizards.py b/archaeological_finds/wizards.py index 6486e5da1..ef51d85d1 100644 --- a/archaeological_finds/wizards.py +++ b/archaeological_finds/wizards.py @@ -230,3 +230,7 @@ class TreatmentFileEditAdministrativeActWizard( def get_associated_item(self, dct): return self.get_current_object().treatment_file + + +class FindBasketSearch(SearchWizard): + model = models.FindBasket |