mirror of https://github.com/rancher/ui.git
The RunScanModal was not getting config map changes after the first time the modal was opened. The results were getting cached. By creating a new array each time loadAsyncConfigMap is loaded I can guarentee the computed properties will get re-evaluated. I also attempted to watch config maps through the project store but unfortunately updating the data of the config map doesn't seem to produce a websocket message. Even if the message was created I don't think I'd be able to watch the value as I'd have to watch a sub-object 'config.json' which has a period in it. This causes problems with watching in ember. rancher/rancher#26161 |
||
|---|---|---|
| .. | ||
| service.js | ||