-
Notifications
You must be signed in to change notification settings - Fork 267
processing when creating deal for case marked-request #302
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
processing when creating deal for case marked-request #302
Conversation
Hi! In general, you have correctly identified the areas for correction. |
Alright!, I'll make adjustments |
…case-marked-request
…case-marked-request
@DjangoCRM please check again. |
This means that the object already has a pk, which means that the situation when the Create a deal button is clicked and there is no pk is impossible. |
https://github.com/Tosinibikunle/django-crm into proceesing-when-creating-deal-for-case-marked-request
Hi, @DjangoCRM |
Hi. There was no need to change the Deal creation logic. We simply needed to strengthen the trigger condition with an additional check in both places: |
Sorry, I said it incorrectly. It should be |
resolves #300