Fabian Braun
Fabian Braun
As far as I know, the only system plug-in is this so-called placeholder plug-in used by the clipboard. There might be other historical usages in django CMS before 3.0. By...
@CuriousLearner Thanks for the update! I'd love to keep this open for the moment, to check if we need to add indexes. This probably needs to happen through Django's ORM,...
@mistalaba The publish action should be a `POST` request. Since for the `en` publish request that was the case, I assume the correct JS is loaded. I assume, that for...
For now, I fail to reproduce. If you have it happen, can you check your browser console to see if any JS errors or warnings have been thrown?
@mistalaba Thanks for reminding me! For what it looks to me, the browser sends a GET instead of a POST request, which is illegal. Two things happen: 1. The error...
@mistalaba Great, that you could solve this!!
@jrief This approach is a bit different from your local solution. It also allows users with no permission for advanced settings to change page permissions **from both the page tree...
@petrklus Unfortunately, there currently are few people actively using and maintaining djangocms-admin-style. Admin markup structures have changed quite a bit over the last versions of Django. I'd happily support any...
@petrklus It'll be a joint fix through the core (allowing to show a different button) and versioning, providing the necessary endpoint. Here's what I'd propose for the code: #8416. The...
I'll have to think about this... The structure board has some static markup. I'll have to see.