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

Handle possible lack of jupyter extensions field in userprofile #2032

Merged
merged 1 commit into from
Jan 3, 2025

Conversation

MetRonnie
Copy link
Member

@MetRonnie MetRonnie commented Dec 30, 2024

This can be the case during development using an older UIS version.

Also added cylc extension to mock data.

Closes #2026

Check List

  • I have read CONTRIBUTING.md and added my name as a Code Contributor.
  • Contains logically grouped changes (else tidy your branch by rebase).
  • Does not contain off-topic changes (use other PRs for other changes).

Also add cylc extension to mock data
@MetRonnie MetRonnie requested a review from wxtim December 30, 2024 10:28
@MetRonnie MetRonnie self-assigned this Dec 30, 2024
@MetRonnie MetRonnie changed the title Handle lack of jupyter extensions field in userprofile Handle possible lack of jupyter extensions field in userprofile Dec 30, 2024
/>
</v-col>
</v-row>

<v-row no-gutters class="align-center wrap">
<v-row
v-if="user.extensions"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We shouldn't need to handle this, but there is no harm in it.

@MetRonnie MetRonnie removed the request for review from wxtim January 3, 2025 10:08
@MetRonnie MetRonnie merged commit baf4442 into cylc:master Jan 3, 2025
6 of 7 checks passed
@MetRonnie MetRonnie added this to the 2.7.0 milestone Jan 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

User profile / settings page: TypeError: Cannot convert undefined or null to object
2 participants