Horilla

Results 338 comments of Horilla

Hi @moabu , Thanks for reporting this. Based on your traceback, the error is stemming from the line: ```python from haystack.query import SearchQuerySet ``` in `helpdesk/views.py`, line 18. However, this...

Hi @moabu , Could you please try to run this command `python3 manage.py migrate` on a new database.

Hi @moabu , If you are using an existing database, you need to make some updates in the base app migration file based on the current issue. Locate the line...

> This is what I got after commenting out `use_dynamic_display_name` from `base/models.py` Comment out the line from base/migrations python files not from base/models.py

Hi @moabu , After commenting out `use_dynamic_display_name` in both files, run the `makemigrations` command. This will generate a migration file for `use_dynamic_display_name`. Once the migration file is created, run the...

Hi @JVKeller , Thanks for pointing that out! We've corrected the spelling issue : horilla_automations_mailautomation.delivary_channel ➜ delivery_channel Appreciate your sharp eyeβ€”feel free to report any other inconsistencies you come across!....

> I believe this also includes using upcoming css based UI which can be easily modified for white labeling as discussed in [#658](https://github.com/horilla-opensource/horilla/issues/658) . Yes, we are moving with Tailwind...

> That's Amazing also I hope we focus on Mobile App as well Yes, we are also working on the updates of mobile app UI/UX πŸ˜‰. With Regards, **Team Horilla**

> [@horilla-opensource](https://github.com/horilla-opensource) and team, you're absolutely rocking it....great job! keep up the fantastic work. As we move forward, let’s also prioritize addressing the current bugs. Yes, we have prioritized the...

> Great thanks for your efforts my notes is very simple RTL direction with chosen RTL languages support and for the mobile to support Arabic. Hi @aqabeel , We have...