Søren Kottal

Results 33 comments of Søren Kottal

What happens if you try to add a new block then? If you set allowedDocTypes to empty, I'd guess you won't be able to select a doctype?

Did you upgrade DTGE too? It needs to be on 1.x for Umbraco 8

I've found out why... When you save a new member, the MemberController runs a [CreateMemberAsync](https://github.com/umbraco/Umbraco-CMS/blob/v10/contrib/src/Umbraco.Web.BackOffice/Controllers/MemberController.cs#L360) method, which first creates the member and saves it using [MemberUserStore.CreateAsync](https://github.com/umbraco/Umbraco-CMS/blob/0fe894c4f66ae9f7f5c21c23a9c4e6dc2f21a3cc/src/Umbraco.Infrastructure/Security/MemberUserStore.cs#L90), and then [adds properties...

`HasIdentity` is true in both notifications, but no property values are set in the first. I need the first `Saved` event where properties are set though...

My problem is, that when the member is new, I have no properties to work on, because they get added in the second round. I tried logging out the status...

@bradleyisfluent @enkelmedia did you try just installing the v10 version in 11? I don't see why it shouldn't work.

@sitereactor any news on this? Or can you share your solution? :)

I fiddled with the post-receive hook in kudu, if you change it to this: ``` #!/bin/sh # Read input data from git while read oldrev newrev refname do # Check...

Sorry, I wrote v12 is also affected - it actually isn't, I mixed things up on that. But v13 definitely is :)