Thomas Dünser

Results 10 comments of Thomas Dünser

Same issue as well - Images appear on window resize, but not on first page load. My container's are js-calculated, becuase it's a fullscreen slideshow - maybe that's the problem?...

We ran into this problem for two projects in the last few weeks and therefore I would love to see an implementation of the proposed solution.

We've added a new tab to define a JSON API endpoint and the possibility to define which kind of security (e.g. Basic Auth) is used. The expected behavior sounds very...

Is "you" the developer? That sounds good for many cases, but in our actual project it was a requirement that the content manager is able to select and define the...

It is possible to unselect all options (in the additional webspaces multi-select) in the UI, but `null` is sent to the server instead of an empty array.

@luca-rath @nnatter (@mfehr94 ) The fix in the SuluArticleBundle seems to only work if no `default_additional_webspaces` are defined in the configuration. I've had a short look at this with @alexander-schranz....

@alexander-schranz Do you want me to fix the issues from "PHP Lint"? My code is not affected and I'm not sure why these issues are now appearing for existing code.

@alexander-schranz A customer just noticed this issue and I took a quick look at it. #### 1 - Missing parameter As @simontol said, the request is missing the `searchFields` param...

@alexander-schranz Would you like me to create an Pull request with these 2 changes? Or do you have an idea how we could customize the query?

@alexander-schranz (@simontol ) I've created a pull request which fixes this issue in an easy way (ignoring the UI settings): https://github.com/sulu/SuluFormBundle/pull/375