Sebastian Stehle
8 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
5 additions and
0 deletions
-
src/Squidex.Domain.Apps.Read/State/Grains/AppStateGrainState_Schemas.cs
|
|
@ -139,6 +139,11 @@ namespace Squidex.Domain.Apps.Read.State.Grains |
|
|
}); |
|
|
}); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public void On(SchemaDeleted @event, EnvelopeHeaders headers) |
|
|
|
|
|
{ |
|
|
|
|
|
Schemas.Remove(@event.SchemaId.Id); |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
public void On(WebhookAdded @event, EnvelopeHeaders headers) |
|
|
public void On(WebhookAdded @event, EnvelopeHeaders headers) |
|
|
{ |
|
|
{ |
|
|
UpdateSchema(@event, headers); |
|
|
UpdateSchema(@event, headers); |
|
|
|