When viewing a pipeline's settings, existing steps have gone missing -- there is no longer a button to expand/edit the step.
When creating a new pipeline, if you add a step and save it, the new step is not displayed.
There is a javascript error which may or may not be related:
Uncaught TypeError: Cannot read property 'done' of undefined
at o (application-7c29c5e….js:1)
at Object.getAllForAccountWithQuery (application-7c29c5e….js:1)
at n (application-7c29c5e….js:2)
at Object.getInitialState (application-7c29c5e….js:2)
at new <anonymous> (ReactClass.js:652)
at c._constructComponentWithoutOwner (ReactCompositeComponent.js:298)
at c._constructComponent (ReactCompositeComponent.js:285)
at c.mountComponent (ReactCompositeComponent.js:188)
at Object.mountComponent (ReactReconciler.js:46)
at mountChildren (ReactMultiChild.js:238)
When viewing a pipeline's settings, existing steps have gone missing -- there is no longer a button to expand/edit the step.
When creating a new pipeline, if you add a step and save it, the new step is not displayed.
There is a javascript error which may or may not be related: