diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-06-05 12:53:54 +0200 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-06-17 13:22:54 +0200 |
| commit | 18a8ee8b490dee843fa6c72c710a74e9ae7afab2 (patch) | |
| tree | 2f6ed8b47622f0a32fa6a511654b71286dda5d05 /archaeological_finds/models_finds.py | |
| parent | 0e30743556cdf9b6f8268cb8e24b24abf76a2e2b (diff) | |
| download | Ishtar-18a8ee8b490dee843fa6c72c710a74e9ae7afab2.tar.bz2 Ishtar-18a8ee8b490dee843fa6c72c710a74e9ae7afab2.zip | |
QA: fix bad QA indexing - tests
Diffstat (limited to 'archaeological_finds/models_finds.py')
| -rw-r--r-- | archaeological_finds/models_finds.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_finds/models_finds.py b/archaeological_finds/models_finds.py index 4f28b977c..becbea68e 100644 --- a/archaeological_finds/models_finds.py +++ b/archaeological_finds/models_finds.py @@ -681,7 +681,7 @@ class FindBasket(Basket, MainItem, ValueGetter): _(u"Add treatment file"), "fa fa-file-text-o", "", "", False), ] - duplicate = self.QUICK_ACTIONS[0] + duplicate = self.get_quick_action_by_url("find-qa-duplicate") actions += [ (reverse(duplicate.url, args=[self.pk]), duplicate.text, duplicate.icon_class, |
