Tobias Kahl
Tobias Kahl
If you add other extensions which manipulate the html (concrete: the bootstrap grid https://contao-bootstrap.de) the rendered html in the output json does not include these manipulations. Via CMS: `Text` Via...
If an external task is canceled within the process engine, I as a client can only recognize this when I want to complete this task or extend the lock. I...
If the Backend provides an API with Content-Type "application/stream+json" or "text/event-stream" swagger-ui should use an EventSource instead of sending ajax http-requests. code: var evtSource = new EventSource('http:server.domain.com/context_path)'); evtSource.onerror = function(e)...
### Describe the bug I have several secured pages in an Hilla / Spring-Boot environment. Everything works fine, as long as the Hilla-Views do not use file-based routes with required...