Jesse Mazzella
Jesse Mazzella
> @ozyx want me to rebase? That'd be great!
@inad9300 Hmm... I thought we had handled this in a backwards-compatible way. Thanks for raising this. I'll do some testing today and update our release notes as needed. Are you...
@inad9300 You are indeed correct! We have logic to handle this case, but it's unfortunately faulty. I'll update our release notes for 3.x.x and fix the faulty logic. Thanks much!
# Testing Instructions ## openmct core - modify `index.html` to install the example fault source plugin: ```js openmct.install(openmct.plugins.example.ExampleFaultSource()); ``` 1. Modify the `getShelveDurations()` method in `exampleFaultSource.js`. Give it some kind...
> I still see an error if the return value for getShelveDuration() is set to []. Good catch on an edge case-- let's file it separately