-
Notifications
You must be signed in to change notification settings - Fork 21
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
[BUG] Create workflow encounter error, with djangocms-quickstart project #277
Comments
@FreemanPancake Can you share the traceback? |
@fsbraun please reference this: |
Thanks, that's already helpful. Can you let me know the local variables of line 259 in |
@FreemanPancake Can you check if the error goes away with |
Hi @fsbraun , After installing the fix you mentioned above, the error disappeared, but we got another error as below. |
Hi @fsbraun , |
@joshyu I think your analysis is correct: If you want a sortable admin, you need an integer-type field for sorting. This means either:
Or, I might need to look deeper, since django-admin-sortable2 throws an assertion error, if I remove |
Hey, it turns out, I did use |
@fsbraun , |
@FreemanPancake That's great news! I think we're approaching a level of stability where we can publish moderation on pypi. |
fixed by #279 |
Description
I try to install djangocms-moderation into django-cms-quickstart project: https://github.com/django-cms/django-cms-quickstart
to test out the versioning management and workflow. but below error popped up when create new workflow:
Steps to reproduce
Expected behaviour
Workflow creates normally
Actual behaviour
encounter error
Screenshots
Additional information (CMS/Python/Django versions)
Django 4.2
Python 3.11
Django-CMS 4.1.2
Do you want to help fix this issue?
The text was updated successfully, but these errors were encountered: