tkalmar

Results 23 comments of tkalmar

``` { "display": "form", "settings": { "pdf": { "id": "1ec0f8ee-6685-5d98-a847-26f67b67d6f0", "src": "https://files.form.io/pdf/5692b91fd1028f01000407e3/file/1ec0f8ee-6685-5d98-a847-26f67b67d6f0" } }, "components": [ { "collapsible": false, "key": "panel", "customConditional": "show=false", "type": "panel", "label": "Panel", "input": false, "tableView":...

for the first issue i filled a separate bug at https://github.com/formio/formio/issues/1819

short test: ``` npm config set https-proxy https://proxy.example.com:1337 npm show lodash --registry=https://registry.npmjs.org/

@StefanBauerTT I don't think that npm passes the proxy config to the git client. you could try to configure a [no_proxy](https://github.com/eirslett/frontend-maven-plugin?tab=readme-ov-file#environment-variables) environment variable which should be used by git (i...

@VikkiAlenn Yeah, that im aware of. The question is why is this "working" in the gui? Shouldn't the toggle in the guy also not work? The path behaves different in...

``` { "display": "form", "settings": { "pdf": { "id": "1ec0f8ee-6685-5d98-a847-26f67b67d6f0", "src": "https://files.form.io/pdf/5692b91fd1028f01000407e3/file/1ec0f8ee-6685-5d98-a847-26f67b67d6f0" } }, "components": [ { "collapsible": false, "key": "panel", "customConditional": "show=false", "type": "panel", "label": "Panel", "input": false, "tableView":...

If i change the initEmpty to true in the datagrid everything works

Is it supposed to only work this way? Then yes.

Not sure if this needs enhancements to provide support for namespaced id's but then the whole idAttribute has to be changed. But in the long run this can then make...

@cjbarth we are working with an customer endpoint which validates our signed xml, at the moment we have to replace `Id` in the signed xml with `xml:id` to make the...