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(ui): regression fix, notes are now deletable #16175

Merged
merged 3 commits into from
Dec 11, 2019
Merged

fix(ui): regression fix, notes are now deletable #16175

merged 3 commits into from
Dec 11, 2019

Conversation

asalem1
Copy link
Contributor

@asalem1 asalem1 commented Dec 10, 2019

Closes #16170

Problem

No option was given for deleting note cells

Solution

Added the existing delete cell functionality to the dropdown

  • CHANGELOG.md updated with a link to the PR (not the Issue)

@asalem1 asalem1 requested a review from a team December 10, 2019 00:14
@ghost ghost requested review from 121watts and ebb-tide and removed request for a team December 10, 2019 00:14
@@ -69,6 +69,13 @@ const CellContext: FunctionComponent<Props> = ({
onHide={onHide}
testID="cell-context--note"
/>
<CellContextDangerItem
Copy link
Contributor

Choose a reason for hiding this comment

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

❤️

@@ -17,6 +17,7 @@
1. [16105](https://github.com/influxdata/influxdb/pull/16105): Fix crash when loading queries built using Query Builder
1. [16112](https://github.com/influxdata/influxdb/pull/16112): Create cell view properties on dashboard creation
1. [16172](https://github.com/influxdata/influxdb/pull/16172): Fixed table ui threshold colorization issue where setting thresholds would not change table UI
1. [16175](https://github.com/influxdata/influxdb/pull/16175): Added delete functionality to note cells so that they can be deleted
Copy link
Contributor

@ebb-tide ebb-tide Dec 10, 2019

Choose a reason for hiding this comment

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

Actually yes- looking at the code I don't think type= markdown cells were ever able to be deleted??

Copy link
Contributor Author

Choose a reason for hiding this comment

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

That is correct, not sure why they that functionality hadn't been integrated from the outset, but 🤷‍♂

@asalem1 asalem1 requested a review from ebb-tide December 10, 2019 00:28
Copy link
Contributor

@drdelambre drdelambre left a comment

Choose a reason for hiding this comment

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

thanks for isolating this

@asalem1 asalem1 merged commit 7be9307 into master Dec 11, 2019
alexpaxton pushed a commit that referenced this pull request Jan 9, 2020
regression fix, notes are now deletable
@mark-rushakoff mark-rushakoff deleted the delete-note branch April 16, 2020 20:30
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.

There is no way to delete a note on a dashboard
3 participants