Barta Gábor
Barta Gábor
There seems to be problems with saving embedded models. When you have embedded models inside embedded models, then the third level models will be only persisted to the database with...
### 🐞 Describe the Bug When generating a new Ember app with the current LTS version (3.28.8) the app produces a bunch of deprecation warnings in the browser. This happens...
It doesn't matter if I untick the "Choose automatically" option, the plugin doesn't respect if I select another source, on the graph it still shows the one that it selected...
Have a component like this: `my-component.js` ```javascript import Ember from 'ember'; import InboundActions from 'ember-component-inbound-actions/inbound-actions'; export default Ember.Component.extend(InboundActions, { concatenatedProperties: ['x'], x: ['A'], classNames: ['A'], }); ``` `my-component.hbs` ```hbs {{caseDescription}}...