juju / juju-gui

Juju-GUI is a web-based GUI for Juju <https://jujucharms.com/>.
Other
182 stars 85 forks source link

Modifying a deployed bundle re-shows the getstarted.md #3858

Open hatched opened 5 years ago

hatched commented 5 years ago

If you deploy a bundle then make changes to it, it will re-show the getstarted.....sometimes

buggtb commented 5 years ago

👍

huwshimi commented 5 years ago

It looks like we always try and show the getstarted after commit. See: https://github.com/juju/juju-gui/blob/develop/jujugui/static/gui/src/app/init/utils.js#L515

The fix for this is interesting. We'd need to look at the ecs to figure out if new bundles have been added and if they have been then try and show the getstarted, but only for those new bundles.

clagom commented 5 years ago

@hatched @huwshimi Is this still relevant?

hatched commented 5 years ago

It is.