CiviWiki / OpenCiviWiki

Building a Better Democracy for the Internet Age
https://civi.wiki
Other
587 stars 346 forks source link

Closes #1451 Added user categories to profile and settings #1459

Open TimOsahenru opened 1 year ago

TimOsahenru commented 1 year ago

Users can now see their choiced category on their profile. but I'm having a bit of a challenge displaying the list of categories; the issue is, it just display's as a plain list instead of a clickable selective list, please I need assistance on how to execute this, I also tried using ModelMultipleChoiceField still got NO result, below is a screenshot of my code and a description of my challenge. Please I need your assistance.

1 2

brylie commented 1 year ago

This looks good so far. How does it look in the UI?

TimOsahenru commented 1 year ago

same result sir, same result. I attached a screenshot.

Is it a UI issue or maybe I'm not rendering the right form choice, if the latter is the problem please how do I resolve this I've tried everything I could come up with. thanks 2

brylie commented 1 year ago

Double-check the form template to see what the code looks like.

TimOsahenru commented 1 year ago

Double-check the form template to see what the code looks like.

Oh I did @brylie and I think the form is missing this tag

I tried solving the issue but still couldn't I think it requires some UI skills(CSS) if there's a quick fix to this challenge please do let me know so I can work on this issue and have it closed for another one. Thanks
codeclimate[bot] commented 1 year ago

Code Climate has analyzed commit 610fde0b and detected 1 issue on this pull request.

Here's the issue category breakdown:

Category Count
Clarity 1

View more on Code Climate.