Nico Rehwaldt
Nico Rehwaldt
Fixed upstream via https://github.com/bpmn-io/bpmn-js-element-templates/pull/111.
@houssain-barouni Would auto-discovery of the operate URL be applicable in the single application context? Cf. https://github.com/camunda/camunda-modeler/issues/4261#issuecomment-2107116465. If so, let's build discovery of the operate application URLs off a solid infrastructure;...
> We need to append /operate to the [clusterUrl](https://github.com/camunda/camunda-modeler/blob/1f25945b0245795e692cad31fb3f6f65fe23b60b/client/src/plugins/zeebe-plugin/shared/util.js#L16-L25), when the selected C8 version is 8.6 or higher @houssain-barouni Do we have to do this for all links to Operate,...
> Please note that if your use other urls like `{{operateRootUrl}}/processes`, there will be no redirection This is why I'm wondering if this change is needed (for SaaS), breaking all...
`.well-known` will be served from the root of the REST API (or whatever API) which is being used: * I query `http://FOO_BAR_HOST/some-url/a/b/c` * I search for a related service `XYZ`...
@houssain-barouni I assume given the [recent slight change in direction](https://camunda.slack.com/archives/C076X322VDJ/p1717770830794059) this is not an immediate priority anymore? We're happy to build support for using `.well-known` based discovery of the webapps...
Yea. We could use such event to hook up other changes such as the responsive palette, too.
@philippfromme after further investigating this we have most measures in place: * `canvas.viewbox.changed` is there to hook into * `Canvas` does ~~not~~ offer an API to notifiy it got resized;...
@options-a11y My appologies! In fact canvas already has the [`resize` method](https://github.com/bpmn-io/diagram-js/blob/develop/lib/core/Canvas.js#L1504), and event as you mentioned :tada:. We just need to ensure we properly hook this up and/or fire `canvas.viewbox.changed`...
This should be addressed via [a lint rule](https://github.com/bpmn-io/bpmnlint/tree/main/docs/rules#readme). There is no good reason to have a message with an empty name.