-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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 option to rename facts #2811
Conversation
Please retry analysis of this Pull-Request directly on SonarCloud. |
Also just pushed another commit to hopefully fix any weird behavior when deleting values from a fact. |
Is it possible to just make the name field thats already there editable when a user clicks on a fact? So like instead of adding another input below the fact name to change can you make the top one able to be edited? If not maybe hide the top one when the edit window is open just so the fact name isn't showing up twice which could be a little confusing or less straight forward to the user. Other than that looks good to me |
Good point! Just pushed that change |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good now!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
I just committed another fix for a bug that @elegantmoose noticed. Hopefully one of the last🤞! |
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information The version of Java (11.0.20) you have used to run this analysis is deprecated and we will stop accepting it soon. Please update to at least Java 17. |
Description
Type of change
How Has This Been Tested?
I have tried editing multiple fact names and then refreshed to make sure the changes are saved
Checklist: