Fabian Braun

Results 459 comments of Fabian Braun

@wiltso I've created a follow-up PR (#1357) that includes the cherry-pick of this PR and a simple test. I really would like to get this fix merged now.

Do you need to add an empty option to be able to deselect?

@sakhawy and I have solved the browser support issue for django CMS by adding a "hardcoded" RTL css document similar to django admin's `rtl.css` that contains physical styles ("patch") for...

@aacimov Thanks for reporting this. Indeed, this is difficult to reproduce. 3.11.4 runs extremely stable. Can you post some examples of duplicate path entries, including the plugins' `placeholder_id`, `language` and...

I will need to look into this further. I believe the fix-tree management command does regenerate the path keys. But then again, from your screenshot they seem to be ok....

Can you try `super(CMSPlugin, CMSPlugin).fix_tree(fix_paths=True)` and after that `CMSPlugin.fix_tree()`? `CMSPlugin` overwrites the `fix_tree` method but changes the signature...

Sure! One more thought came along: Do you get an output with one of the following commands? ``` >>> CMSPlugin.find_problems() >>> TreeNode.find_problems() ``` **By the way: Which django-treebeard version are...

OK. I am not sure the 4.5 is reparable. But I would try repeating the process. Instead of the patch you can try both of the following (which should be...