DjangoCRM / django-crm

CRM with Tasks management, Email marketing and many more. This CRM software app is built for individual use by businesses of any size or freelancers and is designed to provide easy customization and quick development. ⭐️
GNU Affero General Public License v3.0
33 stars 13 forks source link

Error while adding tags. ( First select a department. ) #8

Open virendracis opened 1 month ago

virendracis commented 1 month ago

image

DjangoCRM commented 1 month ago

Hi! Usually tags in crm app are created by regular users (sales managers). In this case, their department is assigned to the tag automatically. But now you are logged into the site as a superuser. To be able to access materials from all departments, the superuser may have a state of no assigned department. Therefore, to create a shortcut, you first had to select a department (in the right sidebar). To avoid this situation, we can add a department selection field to this view on the admin site and provide it with initial data in case the department has already been selected.

Hrishabh598 commented 5 days ago

Hello there, i think i can make it work by your suggestion. Can you please assign it to me?

DjangoCRM commented 5 days ago

Hi! Sure.