Niklas Natter

Results 77 comments of Niklas Natter

Just tested this with Sulu 2.2.3 and SuluArticleBundle 2.2.2. Unfortunately, it looks like this is still a problem 😕

We dont have a lot of documentation about custom entities at the moment, so not sure what would be the best place for this. Would be okay for me to...

We recently added the breadcrumbs of a page directly to the `.json` response in one of our projects. To do this, we used the following custom controller: ```php

Just stumbled upon this again and want to add some context here. In theor, solving this hould be as easy as adding the following lines to the `SuluArticleExtension`: ``` $container->prependExtensionConfig(...

An example implementation for Sulu 2.0 is available in the sulu-demo repository: https://github.com/sulu/sulu-demo/pull/66

Hey, unfortunately there is no official release of this bundle that supports Sulu 2.0 yet. But the `develop` branch of the repository should be compatible and can be installed with...

For completion: The problem is that you cannot unselect all options in the additional webspaces multi-select of the article bundle, right? I think that the article bundle will fallback to...

Yeah that is what I suspected. The `ArticleBundle` then will probably fallback to use the `default_additional_webspaces` instead of handling `null` as "nothing selected". I think the correct behaviour would be...

> 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 that...

> Then, if the user navigates to the settings tab, changes something (but doesn't change the `additionalWebspaces` property) and then saves the form, `[]` is sent as value for the...