diff options
author | Étienne Loks <etienne.loks@proxience.com> | 2015-06-02 00:03:37 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@proxience.com> | 2015-06-02 00:03:37 +0200 |
commit | 98c990d7ad27856be88cbcc188c5aa1bdd955d5d (patch) | |
tree | 0e4c972a06f298f03f41b23477dfbfac3ae3dc37 /ishtar_common/models.py | |
parent | 15fce379b2ac7ece971e6601bed958b0d9a96496 (diff) | |
download | Ishtar-98c990d7ad27856be88cbcc188c5aa1bdd955d5d.tar.bz2 Ishtar-98c990d7ad27856be88cbcc188c5aa1bdd955d5d.zip |
Imports: add re-analysed to already imported files
Diffstat (limited to 'ishtar_common/models.py')
-rw-r--r-- | ishtar_common/models.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ishtar_common/models.py b/ishtar_common/models.py index 02e1148ef..1db35741d 100644 --- a/ishtar_common/models.py +++ b/ishtar_common/models.py @@ -1379,6 +1379,7 @@ class Import(models.Model): actions.append(('A', _(u"Re-analyse"))) actions.append(('I', _(u"Launch import"))) if self.state in ('F', 'FE'): + actions.append(('A', _(u"Re-analyse"))) actions.append(('I', _(u"Re-import"))) actions.append(('AC', _(u"Archive"))) if self.state in ('AC'): |