You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to import traces through the admin interface, you are presented with a 3 step process. Step 2 does not present you with any options. Presumably, this is where you would enter the file to import the traces from.
To reproduce
-From the admin page click 'Import annotations and tracing data'
-Choose the local file radio button
-Select a project from the pulldown menu
-Click next step
More information
The step 2 page only provides options to navigate to the previous or next step. As this is where I expect you would enter the file path, going to step 3 gives you an empty list of items that would be imported.
The text was updated successfully, but these errors were encountered:
I am wondering if this is showing up because my database is not correctly connecting? I've imported some traces using manage.py , and can see that the import into the database was successful, but I am unable to see or search for the traces in the catmaid client. The database itself seems fine, but I suspect I don't have something configured correctly for catmaid..
Fixed my issue with the database, it was unrelated. It looks like maybe it is just not implemented, as the html files for annotation import in DJANGO/applications/catmaid/templates/catmaid/import/annotations seem to be copied from those intended for project import(one directory higher). And where the form is defined, "annotationsadmin.py" the relevant form is defined as: class FileBasedImportForm(forms.Form): pass
{{Delete or replace all double-braced text.}}
When trying to import traces through the admin interface, you are presented with a 3 step process. Step 2 does not present you with any options. Presumably, this is where you would enter the file to import the traces from.
To reproduce
-From the admin page click 'Import annotations and tracing data'
-Choose the local file radio button
-Select a project from the pulldown menu
-Click next step
More information
The step 2 page only provides options to navigate to the previous or next step. As this is where I expect you would enter the file path, going to step 3 gives you an empty list of items that would be imported.
The text was updated successfully, but these errors were encountered: