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

sync PC name comments from freshly grabbed DB data #12581

Merged

Conversation

i-just
Copy link
Contributor

@i-just i-just commented Jan 26, 2023

Description

At the moment, if you add a new, e.g. field or change its name, the name comment won’t be updated in this round of writing data to yaml files. It will be added on the next write to yaml (it will always lag one write action behind).

This PR changes that behaviour so that each time we write to yaml, we use freshly grabbed DB-stored config and use that data to get uid/name mappings for comments.

Related issues

#12576

@i-just i-just marked this pull request as ready for review January 27, 2023 14:40
@i-just i-just requested a review from a team as a code owner January 27, 2023 14:40
@brandonkelly brandonkelly self-requested a review as a code owner February 3, 2023 00:39
@brandonkelly brandonkelly merged commit 41212dd into develop Feb 3, 2023
@brandonkelly brandonkelly deleted the bugfix/12576-project-config-name-comments-sync branch February 3, 2023 00:39
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.

None yet

2 participants