Viktor Yunenko

Results 38 comments of Viktor Yunenko

Hi @duanehutchins, thank you for raising this! Divio handed over the implementation to django CMS Association and we're currently reviewing all pending tickets. The proposal sounds reasonable to me, and...

Thank you! It also might be related to #6608? If yes then the proposed override there could help.

Hi @air-hand , thank you for the report! Seems like this issue would be related to the general permissions problem #6801? In other words the impossibility to use non-superuser accounts...

I also shortly tried to create a `Page global permission` for view only access, but that didn't work either: ![image](https://user-images.githubusercontent.com/36416236/75879682-756af980-5e24-11ea-802e-e042f49af6cc.png)

Thank you for a great write-up! In Django CMS 4 we've updated the plugins tree logic, hence would be interesting to reproduce it there. But otherwise it looks like a...

Hi @rayer4u, thank you for submitting the issue! Hence the problem is in the [`get_current_page`](https://github.com/django-cms/django-cms/blob/0aeb4e6f53ced80bc205c872ed4d9d9d4382d261/cms/utils/page.py#L127) function? Adding `if path.startswith("/")` seems like a fine idea, and a PR would be warmly...

The PR from #6034 has an example solution (thank you @SteinRobert!) and just needs a bit of adjustment.

Personally I prefer the system to stay consistent, I wonder whether somebody could be relying on this behavior now though? But I definitely like to idea of making that condition...

Hi @ZippoLag, Thank you for your interest in django CMS and thank you especially for raising this issue! The django CMS project is entirely community-driven. This means that we rely...