After installation of MultipleFileUpload when i create a new folder
and try looping the image inside a folder using Razor i always get a
child even when the folder is empty. The child has an ID of 0 so if inside a folder i have 2 image when i loop the folder i found 3
@var count = folder.Children.Count();
even when the folder is empty it returns 1 Does anyone experience this issue as well?
MultipleFileUpload umbraco 471 razor
After installation of MultipleFileUpload when i create a new folder and try looping the image inside a folder using Razor i always get a child even when the folder is empty. The child has an ID of 0
so if inside a folder i have 2 image when i loop the folder i found 3
@var count = folder.Children.Count();
even when the folder is empty it returns 1
Does anyone experience this issue as well?
Can anyone please help confirming / rejecting this issue?
Sounds similar to a bug I fixed right after 4.7.1 came out, can you try the nightly please?
Gareth
is working on a reply...