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

(On hold) Bugfix: Correct example sentence magic string #110

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

megahirt
Copy link
Contributor

@megahirt megahirt commented May 5, 2021

When reviewing code on a different PR, I noticed that the value of LFFieldNameForExampleSentence was set to definition when it most definitely should be set to sentence. This looks wrong and is likely the result of a copy/paste error (from the line above). I have no way to test this, and this PR doesn't fix a known bug. However, it seems so obviously wrong that I got up the guts to create this PR :)

Fixes #109

References in web-languageforge to support this PR:


This change is Reviewable

When reviewing code on a different PR, I noticed that the value of LFFieldNameForExampleSentence was set to definition.  This looks wrong and is likely the result of a copy/paste error (from the line above).  I have no way to test this, and this PR doesn't fix a known bug.  However, it seems so obviously wrong that I got up the guts to create this PR :)
@rmunn rmunn self-requested a review May 5, 2021 09:46
Copy link
Collaborator

@rmunn rmunn left a comment

Choose a reason for hiding this comment

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

LGTM.

@rmunn
Copy link
Collaborator

rmunn commented May 5, 2021

The one thing holding me back from merging this is that I want to check the Mongo database on QA (and live) to see if any migration script is needed. If we don't run a migration script, the worst that would happen is that some people's comments might show up in the wrong part of the entry, so that's not too bad.

@rmunn rmunn changed the title Bugfix: Correct example sentence magic string (On hold) Bugfix: Correct example sentence magic string Aug 19, 2022
@rmunn rmunn added the on-hold On hold pending developer availability label Aug 19, 2022
@rmunn
Copy link
Collaborator

rmunn commented Aug 19, 2022

I may be able to get to this one before I leave, but I'm marking it as "On hold" in case I don't.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
on-hold On hold pending developer availability
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Wrong(?) field name in MagicStrings.cs
2 participants