Søren Kottal

Results 33 comments of Søren Kottal

The standard media provider just uploads the file, and renames it to whatever you put in the filename parameter :)

Anyone working on this? I might give it a shot.

Could be related to the validation changes in 8.7.

If anyone wants to take a stab at this, feel free to do it - for know the workaround with dtgePreview is good enough for me.

Thanks there should probably be a null conditional operator in `err.data.id`, so it looks like `err?.data?.id`, or only update `$scope.model.node.id` if `err?.data != null`

Looking at https://github.com/umbraco/Umbraco-CMS/pull/9300, I would say no. But could be worth trying to see if the fix also fixes this.

I'll see if I can find some time to look into it, I can't say when, so you are very welcome to see if you can find the bug yourself...

Apparently there is still some bugs regarding validation of Nested Content... https://github.com/umbraco/Umbraco-CMS/issues/10520 I'll wait and see if fixing these, also fixes this one.