-
Notifications
You must be signed in to change notification settings - Fork 25
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
Fixes #1817 : updated Notes and Temporary_Label_Id columns #2170
Conversation
@rpechuk please link to the issue that is being fixed/resolves with "Resolves #" or "Fixes #" in the PR description. |
@misaugstad I thought I did weird |
OH I see where the confusion has been. Because I've asked you about this 2 or 3 times now, and I'm realizing that when I say "PR description", you're changing the title. I'm talking about the description, not the title |
I'm not sure I can, cause I realize you meant the description but I don't have an option to change that anywhere |
Hmmmm, ok I'll look into it, not sure what's causing that. |
…Webpage into 1817-Audit-Add-LabelType-and-TempId
No worries i'm getting to know the logging so I think that this is a good issue to do that with. I did do quite a bit of testing and in my testing everything was fine did everything you mentioned but the third point. I'm gonna continue looking into it periodically maybe get some new insight into it. The whole table is huge and in my opinion could be improved so idk this could be a good first step. I can add the type of label to Click Label Delete action quite easily so will do. |
…com/ProjectSidewalk/SidewalkWebpage into 1817-Audit-Add-LabelType-and-TempId
What I did in order to fix the issue is add a new function that checks if the action is the Click Label Delete action and changed it so that when the action is a Click Label Delete action the "Current Label" gets updated with the correct temp label id and then gets set to null after being deleted. |
cool so is this ready for testing and review again @rpechuk ? |
@misaugstad Yep :) |
On this branch, whenever I try to delete a label, I'm getting the following error:
|
Oops, didn't mean to send yet! Here's what I was going for... On this branch, whenever I try to delete a label, I'm getting the following error:
The offending line seems to be:
|
…Webpage into 1817-Audit-Add-LabelType-and-TempId
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.
This seems to be working great @rpechuk nice work! Just need to fix a typo in the name of a function 👍
Fixed sorry for the delay, I never got a notification even though i'm signed up for them. |
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.
Great, thanks!
Fixed #1817 by adding label type to the notes column and made sure that the temporary_label_Id was not being set to NULL