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

AttributeError 'Group' object has no attribute 'title' #414

Closed
urosch opened this issue Feb 27, 2022 · 3 comments
Closed

AttributeError 'Group' object has no attribute 'title' #414

urosch opened this issue Feb 27, 2022 · 3 comments
Assignees

Comments

@urosch
Copy link

urosch commented Feb 27, 2022

AttributeError
'Group' object has no attribute 'title'

image

Originally posted by @chrbratt in #339 (comment)

@urosch
Copy link
Author

urosch commented Feb 27, 2022

Request Method: POST
Request URL: http://url-something.com/search-apps/admin/thesaurus/group/add/
Django Version: 2.2.25
Exception Type: AttributeError
Exception Value: 'Group' object has no attribute 'title'
Exception Location: /var/lib/opensemanticsearch/thesaurus/models.py in str, line 49
Python Executable: /usr/bin/python3
Python Version: 3.9.

var/lib/opensemanticsearch/thesaurus/models.py in str
49. return self.title …

▼ Local vars
Variable Value
self Error in formatting: AttributeError: 'Group' object has no attribute 'title

@urosch
Copy link
Author

urosch commented Feb 27, 2022

I've got a similar (at least how it manifests) problem using the "group manager" in the django admin interface. Trying to add a group results in the same exception

AttributeError at /admin/thesaurus/group/add/

'Group' object has no attribute 'title'

Originally posted by @schneipk in #339 (comment)

@Mandalka
Copy link
Collaborator

Thanks for bug report (but this thesaurus "Groups" are not Regex groups (linked ticket i'll answer/link documentation there).

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

No branches or pull requests

2 participants