Konstantin Krivopustov
Konstantin Krivopustov
See https://forum.jmix.io/t/images-in-html-report/6226
https://docs.jmix.io/jmix/studio/hot-deploy.html User request: > Provided information is not enough, please provide example for the classes that are used by view to be hot reloaded.
User request: > the case for an n:m relationship on user_. E.g. the view filter, if various managers might only be able to see the customers they had been authorized...
Including this one: ``` Dialog dialog = UiComponentUtils.findDialog(this); if (dialog != null) { dialog.setWidth("80em"); dialog.setHeight("60em"); } ```
See forum topics: - https://forum.jmix.io/t/recommended-metrics-observability/2518 - https://forum.jmix.io/t/is-there-a-tool-like-perfstat-in-jmix-2-for-performance-monitoring/5850/3
Continuation of #529 Pay attention to: - `list_itemTracking` action - `enabledRule`
Add: - jmix.resource-server.authenticated-url-patterns - jmix.resource-server.anonymous-url-patterns Deprecate: - jmix.rest.anonymous-url-patterns - jmix.rest.authenticated-url-patterns