Rob Maas
Rob Maas
A little delay is a workaround for this problem: `new Handler().postDelayed(new Runnable() { @Override public void run() { slider.setHideIndicators(true); } }, 100);`
For now I made some changes to the `edit.controller.js` file to make another call to a custom `ApiController` to create the entity with a generated `Id` before calling the `saveEntity`...
The warnings this is causing are breaking our CI builds, can we merge this and release a new version please?
> Can you please elaborate on this? The new MSBuild message isn't a warning, it's a message. How is it breaking your CI? When this issue started it also showed...
@girishsharma008 The PR is missing changes in the Github workflow(s), probably should include that as well.