Niels

Results 5 issues of Niels

When deleting a node cascading operations are not executed, because a delete query is used. This fixes this problem. See: http://doctrine-orm.readthedocs.org/en/latest/reference/dql-doctrine-query-language.html#delete-queries

On my first request it didn't work, I noticed it did work across multiple page reloads. When it doesn't work I see the error: TypeError: window.customElements is undefined - img-2.js:365:1...

## Historical document comparison Based on initial PoC by @czosel https://github.com/projectcaluma/ember-caluma/pull/2720 ### Main widget implementation ```hbs ``` In the compare mode saving / updating answers is always disabled, this is...

In my project updating caluma/ember-caluma on the latest version the component `` breaks on this line https://github.com/projectcaluma/ember-caluma/blob/main/packages/form-builder/addon/components/cfb-form-editor/question/default.js#L47 because `raw.options` is not an array, it is already an object containing the...