Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Static Root README #7005

Closed
3 of 7 tasks
scottbell opened this issue Aug 28, 2023 · 0 comments · Fixed by #7014
Closed
3 of 7 tasks

Update Static Root README #7005

scottbell opened this issue Aug 28, 2023 · 0 comments · Fixed by #7014
Labels
type:maintenance tests, chores, or project maintenance
Milestone

Comments

@scottbell
Copy link
Contributor

scottbell commented Aug 28, 2023

Summary

The Static Root README doesn't reflect the current codebase and would cause an undefined error as it tries to access an option not listed in the documentation.

Expected vs Current Behavior

The configuration should look like so:

openmct.install(openmct.plugins.StaticRootPlugin({ namespace: 'root', exportUrl: './static-object-config.json' }));

Note the exportURL and the named object arguments instead of ordered arguments.

Impact Check List

  • Data loss or misrepresented data?
  • Regression? Did this used to work or has it always been broken?
  • Is there a workaround available?
  • Does this impact a critical component?
  • Is this just a visual bug with no functional impact?
  • Does this block the execution of e2e tests?
  • Does this have an impact on Performance?
@ozyx ozyx added type:maintenance tests, chores, or project maintenance and removed type:bug labels Aug 29, 2023
@unlikelyzero unlikelyzero added this to the Target:3.1.0 milestone Mar 19, 2024
@unlikelyzero unlikelyzero added the bug:retest Retest without a specific milestone label Mar 19, 2024
@ozyx ozyx removed the bug:retest Retest without a specific milestone label Mar 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:maintenance tests, chores, or project maintenance
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants