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

Fix message chips for task outputs #1456

Merged
merged 1 commit into from
Sep 22, 2023

Conversation

MetRonnie
Copy link
Member

@MetRonnie MetRonnie commented Aug 31, 2023

The chip text should be the output; the tooltip should be the message (this was backwards before)

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).
  • Tests are included (or explain why tests are not needed).
  • CHANGES.md entry included if this is a change that can affect users
  • No docs needed

The chip text should be the output, the tooltip should be the message
@MetRonnie MetRonnie added bug Something isn't working small labels Aug 31, 2023
@MetRonnie MetRonnie added this to the 2.2.0 milestone Aug 31, 2023
@MetRonnie MetRonnie self-assigned this Aug 31, 2023
@hjoliver
Copy link
Member

hjoliver commented Sep 4, 2023

The chip text should be the output; the tooltip should be the message (this was backwards before)

Oops, not sure how we got that wrong!

"messages": ["started", "foo", "bar", "baz", "pub", "qux", "x", "y"],
"messages": ["started", "foo message", "bar message", "x", "baz message", "pub message", "qux message", "y"],
Copy link
Member Author

Choose a reason for hiding this comment

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

(I moved x up so we get a mix of outputs and non-outputs visible in the offline mode; previously x and y were hidden as beyond the max number shown)

@oliver-sanders oliver-sanders merged commit 4758e12 into cylc:master Sep 22, 2023
@MetRonnie MetRonnie deleted the message-chips branch October 2, 2023 10:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working small
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants