-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Add role attribution to notebook entries #6664
Comments
May need to update export as well: https://github.com/nasa/openmct/blob/master/src/plugins/notebook/actions/ExportNotebookAsTextAction.js |
How To TestWith user provider
Note: any existing entries prior to this feature will not have the role saved Without user providerGeneral smoke testing around notebook entries Notebook text export
|
Testathon 7/18/23: Verified! Adding an entry shows the username and current role. Switching roles and adding an entry shows the new role. Export as JSON / Export as Text preserves username and role. Caveats (general):
|
@ozyx please file those as two issues an remove the unverified label |
Is your feature request related to a problem? Please describe.
Notebook entries include the user who created the entry. Users may have more than one role, so it would be useful to also include the user's active role at the time they created the notebook entry
The text was updated successfully, but these errors were encountered: