Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deletion of annotation types #144

Open
ghost opened this issue Mar 8, 2020 · 5 comments
Open

Deletion of annotation types #144

ghost opened this issue Mar 8, 2020 · 5 comments

Comments

@ghost
Copy link

ghost commented Mar 8, 2020

Is your feature request related to a problem? Please describe.

Can't delete annotation types.

Describe the solution you'd like

Allow deletion of annotation types in the web-ui.

Workaround

$ sudo -iu postgres psql
postgres=# \c imagetagger
imagetagger=# DELETE FROM annotations_annotationtype WHERE id=<whatever>
@ghost ghost added the feature request label Mar 8, 2020
@timonegk
Copy link
Member

Maybe a better workarond is to go to /admin > Annotation Types, select the type and delete it. However it would probably make sense to include it in the /administrator view.

@ghost
Copy link
Author

ghost commented Mar 17, 2020

I had no idea there was an /admin page, looks useful.

@NFiedler
Copy link
Member

There is a Link to the administration page in the footer which is shown to all admin users. (Not team admins)

@timonegk
Copy link
Member

timonegk commented Mar 18, 2020

There is a Link to the administration page in the footer which is shown to all admin users. (Not team admins)

This is the /administration page @billop knew about. It doesn't let you delete annotation types, as mentioned in the issue. The django builtin /admin page does, though.

@shubh2002
Copy link

how to add annotation types?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants