django-cms / djangocms-versioning

General purpose versioning package for Django CMS 4 and above.
Other
34 stars 30 forks source link

Internal server error when clicking on "Settings"-button. #430

Open jrief opened 1 month ago

jrief commented 1 month ago

How to reproduce:

This will raise a ValueError in cms_config.py:283 stating that list.remove(x): x not in list.

The problem could be easily fixed by checking if f_name is member of fields.

Shall I create a pull request for this? I however don't know how to create a test for it.

fsbraun commented 1 month ago

@jrief Thank you for offering a PR!