-
Notifications
You must be signed in to change notification settings - Fork 146
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
Presentation detail link proposal #106
Conversation
@@ -147,6 +149,12 @@ def notification_email_context(self): | |||
"kind": self.kind.name, | |||
} | |||
|
|||
def save(self, *args, **kwargs): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What about #110?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#110 is for a slot name. here is for a proposal with same way.
@jtauber was there a specific reason for the copying over of these fields? Could they ever change on one but not the other? If not, I think this is a decent change. |
@jtauber I've tested this code on my project and it does not use |
617b298
to
cad6d1e
Compare
rebased. |
Signed-off-by: Hiroshi Miura <[email protected]>
Signed-off-by: Hiroshi Miura <[email protected]>
Signed-off-by: Hiroshi Miura <[email protected]>
cad6d1e
to
8aa5abb
Compare
This PR make a bug to reverse-reference from Speaker to Presentation. Because it drop speaker field from Presentation and add a function to refer Proposal.speaker. This cause a problem. |
I'd like to mark it Invalid and close. |
Implemented #91