-
Notifications
You must be signed in to change notification settings - Fork 33
Fixes Issue #38 Returns null if there are no objects in the collection #39
Conversation
…ction therefore not breaking recursive property lookups
|
Cool, thanks @ProNotion! Before I merge it in, just want to ping @mattbrailsford for a sanity check ... Matt, do you see any issue with this? |
|
My only concern is with it now returning null rather string.empty, and did we use string.empty for a reason? |
|
I had the same thought, but then noticed that an earlier line returned |
|
I noticed the same as Lee and changed it for consistency. Returning |
|
all good then |
Fixes Issue #38 Returns null if there are no objects in the collection
|
Merged, thanks @ProNotion! |
|
I just stumbled upon this issue aswell (#38). |
|
@jessetinell There are various excuses and delays with us releasing v0.3.0 - mainly that we've been focusing on getting it into the Umbraco core product. (Due in v7.6) In the meantime, the latest development build of NC can be downloaded from here: We also have a MyGet feed if you wanted to use the NuGet package: We're still planning on releasing NC v0.3.0, it's just a matter of us finding the free time to prepare and test it. |
|
@leekelleher Ok great, thanks! :) |
This fixes Issue #38 whereby recursive property lookups were not working as expected when a property with a previous nested content property editor previously had a value which was later removed. See the forum post.