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

Display layouts are not installed by default #6034

Open
3 of 7 tasks
akhenry opened this issue Dec 2, 2022 · 1 comment
Open
3 of 7 tasks

Display layouts are not installed by default #6034

akhenry opened this issue Dec 2, 2022 · 1 comment

Comments

@akhenry
Copy link
Contributor

akhenry commented Dec 2, 2022

Summary

Display layouts are a fundamental feature of Open MCT and should be installed by default. There is some logic that is supposed to install the layouts plugin automatically on startup if it was not already installed with deployment-specific configuration. It looks as though a subsequent change in the API invalidated this logic.

Steps to Reproduce

  1. Download and install the open mct tutorial
  2. Run the open MCT tutorial
  3. Note that display layouts are not available from the create menu

Environment

  • Open MCT Version: found in 2.0.5 but code is the same in 2.1.x
  • Deployment Type: All

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?
@akhenry
Copy link
Contributor Author

akhenry commented Dec 2, 2022

Workaround is to install layouts manually:

openmct.install(openmct.plugins.DisplayLayout());

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants