ui/lib/global-admin/addon/components/new-multi-cluster-app
Westly Wright 6656c6601d
Setup observed property on init rather than default to object @ boot
`templateChanged` which loads the content of what we need for a MC app was
updated to watch a new property, `editable: { selectedTemplateUrl } `. The new
property was declared on the component as a object. Observers watching a static
object and that have never been fetched do not recompute. If we set the property
on init to the object it would have been declared with then additional sets on
the watched property cause the observer to recompute.

rancher/rancher#24057
2019-11-14 10:55:44 -07:00
..
component.js Setup observed property on init rather than default to object @ boot 2019-11-14 10:55:44 -07:00
template.hbs check answers required fields for mc app 2019-11-12 16:25:14 -07:00