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

tickets/DM-44832 #47

Merged
merged 2 commits into from
Jun 17, 2024
Merged

tickets/DM-44832 #47

merged 2 commits into from
Jun 17, 2024

Conversation

athornton
Copy link
Contributor

This has broken with the release of firefly_client>=3.0.0.

The root cause is that the default for the html_file used by the client should be defaulting to what we calculate on line 86, but instead we were pulling from the arguments again, which could be None.

The first commit fixes that to use the calculated value.

The second one changes it from slate.html to the empty string to give us the (newer) triview which is the new Firefly default, rather than the older slate.

@athornton athornton requested a review from parejkoj June 13, 2024 23:17
Copy link
Contributor

@parejkoj parejkoj left a comment

Choose a reason for hiding this comment

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

That seems like a reasonable fix!

@athornton athornton merged commit 69c4c69 into main Jun 17, 2024
2 checks passed
@athornton athornton deleted the tickets/DM-44832 branch June 17, 2024 19:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants