hmpf / easydmp

MIT License
7 stars 2 forks source link

Question.label cannot be changed in admin #189

Closed frafra closed 3 years ago

frafra commented 3 years ago

label is an attribute of the Question:

https://github.com/hmpf/easydmp/blob/245cf8a1ae42095cd935c8b74c2e3e6742a4684a/src/easydmp/dmpt/models.py#L1248

The question is represented based on the value of label:

https://github.com/hmpf/easydmp/blob/245cf8a1ae42095cd935c8b74c2e3e6742a4684a/src/easydmp/dmpt/models.py#L1267-L1270

label is not shown in the admin:

https://github.com/hmpf/easydmp/blob/245cf8a1ae42095cd935c8b74c2e3e6742a4684a/src/easydmp/dmpt/admin.py#L453-L467

label has been set in some questions in the past, but it is not possible to change it any more, even if it still showed in the web interface (calls to str on the question) and in the API.

hmpf commented 3 years ago

Excellent bug report, thx! Yes, it is a bug.