-
Notifications
You must be signed in to change notification settings - Fork 617
bugfix: Multi Relationships cannot get right conversion type #2974
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
Conversation
nvm the last commit. My github command line tool fooled me. But nothing to worry about :D |
Sorry for the force pushes, wanted to get rid of the merge commit but also rebase on the current main branch to avoid potential merge problems in the future. |
Signed-off-by: 杨耀飞 <yangyaofei@gmail.com> Signed-off-by: yangyaofei <yangyaofei@gmail.com>
Signed-off-by: 杨耀飞 <yangyaofei@gmail.com> Signed-off-by: yangyaofei <yangyaofei@gmail.com>
…determ whether to persist type information Signed-off-by: 杨耀飞 <yangyaofei@gmail.com> Signed-off-by: yangyaofei <yangyaofei@gmail.com>
@meistermeier force-pushed with Signed-off, now check is passed |
I added some changes. If you are happy with this, I will go ahead and squash/merge it. |
@meistermeier it looks great, go ahead do it. And if there is anything I need to do tell me. |
Thanks for the contribution 🙇 |
Add an optional parameter to `@RelationshipProperties` that allows users to persist the type information on this relationship. This will allow SDN to detect the right class it needs to instantiate if, due to abstraction of the implementation, no other information is available. Closes #2973 Signed-off-by: 杨耀飞 <yangyaofei@gmail.com> Signed-off-by: yangyaofei <yangyaofei@gmail.com> Signed-off-by: Gerrit Meier <meistermeier@gmail.com> Co-authored-by: Gerrit Meier <meistermeier@gmail.com> (cherry picked from commit 7490d99)
Add an optional parameter to `@RelationshipProperties` that allows users to persist the type information on this relationship. This will allow SDN to detect the right class it needs to instantiate if, due to abstraction of the implementation, no other information is available. Closes #2973 Signed-off-by: 杨耀飞 <yangyaofei@gmail.com> Signed-off-by: yangyaofei <yangyaofei@gmail.com> Signed-off-by: Gerrit Meier <meistermeier@gmail.com> Co-authored-by: Gerrit Meier <meistermeier@gmail.com> (cherry picked from commit 7490d99)
Add an optional parameter to `@RelationshipProperties` that allows users to persist the type information on this relationship. This will allow SDN to detect the right class it needs to instantiate if, due to abstraction of the implementation, no other information is available. Closes #2973 Signed-off-by: 杨耀飞 <yangyaofei@gmail.com> Signed-off-by: yangyaofei <yangyaofei@gmail.com> Signed-off-by: Gerrit Meier <meistermeier@gmail.com> Co-authored-by: Gerrit Meier <meistermeier@gmail.com> (cherry picked from commit 7490d99)
fix issue #2973