Fabian Braun
Fabian Braun
@svandeneertwegh Thanks for the PR! Can you add a check if the user has add or change permissions for snippets? Only then the menu entry makes sense...
@joshyu what's your opinion on https://github.com/django-cms/djangocms-snippet/pull/160? Snippets for everyone?
@earthcomfy This already looks much cleaner, but I see an issue here: https://github.com/django-cms/django-filer/pull/1519/files#r2005356189
@earthcomfy One thing that caught my attention is easy-thumbnail's habit of lowercasing all file names. Does that impact reversibility for the secure media files? Also, I see one potential issue...
For now, you would need to uninstall djangocms-history. Djangocms-versioning provides a history of previously published content but no undo functionality.
This looks like the `AutoField` is upgraded to `BigAutoField`. By default, django CMS uses `AutoField`. Do you have project-wide settings that overwrite this?
@powdahound It turns out that the app-based setting from #7167 was not ported into the current version. I created a PR. Your immediate fix might be either setting the project...
Closed by #8254
@bachvtuan I cannot reproduce this. Which version are you using? Do you have any filer-specific settings?
All right, setting `FILER_ENABLE_PERMISSIONS = True` seems to cause the issue. I'll have a look. The culprit might be here. I need to find out why this is happening: https://github.com/django-cms/django-filer/blob/7aa9b13f02e175090846e7b20770e24f79dd11a0/filer/admin/folderadmin.py#L89-L107