Models: PropertyType constructor sets the DataTypeKey if IDataType has identity#20301
Conversation
|
Hi there @psot, thank you for this contribution! 👍 While we wait for one of the Core Collaborators team to have a look at your work, we wanted to let you know about that we have a checklist for some of the things we will consider during review:
Don't worry if you got something wrong. We like to think of a pull request as the start of a conversation, we're happy to provide guidance on improving your contribution. If you realize that you might want to make some changes then you can do that by adding new commits to the branch you created for this work and pushing new commits. They should then automatically show up as updates to this pull request. Thanks, from your friendly Umbraco GitHub bot 🤖 🙂 |
AndyButland
left a comment
There was a problem hiding this comment.
Thanks very much for this @psot - all looks good to me. I just pushed some updates to the unit tests to reflect these changes, and will merge in once the build checks are complete.
PropertyType constructor sets the DataTypeKey if IDataType has identity
|
Thanks @AndyButland I did test it locally but didn't commit any of it, wasn't sure if you wanted and I'm not very familiar with any conventions used in tests so I skipped it. Next time. 😊 |
|
Don't worry - was all good. I just realised we already had some tests around this, so it made sense to assert this change too. |
Prerequisites
If there's an existing issue for this PR then this fixes #20296
Description