Luca Rath-Heel

Results 29 comments of Luca Rath-Heel

Hi, if you delete the `Contact` via the administration interface, the `User` entity is deleted by the database itself, because of the `ON DELETE CASCADE`. So doctrine doesn't know, that...

This PR requires some testing on windows

Hi and thanks for your feedback! 🙂 The [EventWebsiteController](https://github.com/sulu/sulu-workshop/blob/master/src/Controller/Website/EventWebsiteController.php) is not used for the event overview, it's used for the event detail page. There is a custom route defined in...

@nnatter @alexander-schranz I think we should not change the behaviour to send `[]` instead of `null`, if no option is selected, because there are many parts in the system expecting...

But I don't see the benefit of changing that behaviour. Let's run through this example, imagine empty multi selects send `[]`: * When a user first creates an article, the...

> I think the other selection field-types (eg. contact_selection) will send [] (at least when there was a selection before), right? I think I would expect the select to behave...

@thomaskanzig this should be fixed by sulu/SuluArticleBundle#556, but I'll keep this issue open to keep the discussion above alive.

@mfehr94 @thomasduenser Could you please check, if sulu/SuluArticleBundle#590 fixes your problem?

ping @alexander-schranz