Claudia Bressi
Claudia Bressi
Is this on specific page/area only (e.g.: streams ) or through whole application ?
@klopfdreh Thanks Tobias for finding this, I did some investigation on the Angular repo. It seems we're not injecting directly from Dataflow UI those two css files, Do you perhaps...
@klopfdreh It seems there's no route associated in the Angular code. I guess the /login should be the redirected URL for the Auth 2.0 authentication form - I took a...
Yep, same guess on my side. So I believe this same issue should be moved to Spring Security.
Exactly. I found the same files on the Spring Security repository. I see clearly they're injecting there the bootstrap minified css.
Spring security referenced issue https://github.com/spring-projects/spring-security/issues/11949
After debugging on this, it seems the API for the endpoint `/tasks/executions/1?schemaTarget=boot2` does not have anymore the `lastExecution` property attribute which is necessary on our side in order to select...
On hold for the need of managing a server side request for getting last task execution list of application properties when the user launch a task.
Resolved the conflicts to integrate the updates for the AboutController. Other than that the UI looks good to me. thank you @klopfdreh
After debugging on this, it seems the API for the endpoint /tasks/executions/1?schemaTarget=boot2 does not have anymore the lastExecution property attribute which is necessary on our side in order to select...