diff options
author | Étienne Loks <etienne.loks@proxience.com> | 2015-06-02 00:04:26 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@proxience.com> | 2015-06-02 00:04:26 +0200 |
commit | ac11901c6e2ea107fb9552b5b675891dd601e27f (patch) | |
tree | 61fe56531c5515d48dd9c3e4f250e9747a8f4329 /ishtar_common/models.py | |
parent | d9c7ba2c4bdd009ff1585dbd1f584f98db6e4c0b (diff) | |
parent | 98c990d7ad27856be88cbcc188c5aa1bdd955d5d (diff) | |
download | Ishtar-ac11901c6e2ea107fb9552b5b675891dd601e27f.tar.bz2 Ishtar-ac11901c6e2ea107fb9552b5b675891dd601e27f.zip |
Merge branch 'stable'
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 d2c052311..a25cd5e3a 100644 --- a/ishtar_common/models.py +++ b/ishtar_common/models.py @@ -1392,6 +1392,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'): |