---
** [tickets:#6788] Import -> Export -> Import broken for Tracker**
**Status:** open
**Created:** Wed Oct 23, 2013 07:56 PM UTC by Cory Johns
**Last Updated:** Wed Oct 23, 2013 07:56 PM UTC
**Owner:** nobody
Attempting to export a tracker that was originally imported and then import
that secondary export is broken, due to the import process adding the
`open_status_names` and `closed_status_names` to the `AppConfig`'s `options`.
~~~~~
Traceback (most recent call last):
File "/var/local/allura/Allura/allura/model/monq_model.py", line 258, in
__call__
self.result = func(*self.args, **self.kwargs)
File "/var/local/allura/ForgeImporters/forgeimporters/base.py", line 120, in
import_tool
mount_point=mount_point, mount_label=mount_label, **kw)
File "/var/local/allura/ForgeImporters/forgeimporters/forge/tracker.py", line
123, in import_tool
**tracker_json['tracker_config']['options']
TypeError: install_app() got multiple values for keyword argument
'closed_status_names'
~~~~~
---
Sent from sourceforge.net because allura-dev@incubator.apache.org is subscribed
to https://sourceforge.net/p/allura/tickets/
To unsubscribe from further messages, a project admin can change settings at
https://sourceforge.net/p/allura/admin/tickets/options. Or, if this is a
mailing list, you can unsubscribe from the mailing list.