ProCoderVP
ProCoderVP
Oh my bad, it is not like compare feature. I read your docs carefully now. We would need to create different clusters of book and battles between two books of...
Hey @mekarpeles, so which implementation do you think will work the best?
I would like to work on this issue under GSOC 2024
Hello, May I work on this issue? Can anyone help me with the basic code setup to reproduce the issue?
Ok, I will try to fix it.
Hey @gasman, I was able to reproduce the issue on recipe page, When we select more than 3 authors, it selects the first 3 authors out of selected 4 authors....
Ohh, functionality is pretty complex! Anyways let's first fix the enforcement of max_num in MultipleChooserPanel, I will fix it and test it. Let's handle duplicate case later. I am currently...
Hey @gasman, With your help finally I was able to setup the development environment, I have found the code that we need to change I wanted to understand more about...
Hey @gasman I need a final help, I went through whole docs of Wagtail and saw how codebase works. I was able to understand the python side of the code...
Basically the question is how do we render the frontend of what we provide in content_panels inside a model (RichTextField, MultipleChooserPanel, etc..). I am trying to figure it out by...