Open aldarund opened 6 years ago
On login it will just throw error. Because UserDashboardModule expect user to be integer and only integer. https://github.com/geex-arts/django-jet/blob/dev/jet/dashboard/models.py#L14
So it tries to make integer from uuid and fails with outofrange error
we should give an option in settings so we can customize
@aldarund @wisnuprama is there any fix for this?
I fixed for model use uuid github.com/linhfishCR7/django-jet
On login it will just throw error. Because UserDashboardModule expect user to be integer and only integer. https://github.com/geex-arts/django-jet/blob/dev/jet/dashboard/models.py#L14
So it tries to make integer from uuid and fails with outofrange error