Improve check for showing user who locked profile #372
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is an edge where a profile is showing it was locked by the user of the profile because the check for usermodified during creation isn't working as intended for unfinished profiles 4175454#diff-5f8968976b6ffb6f4ed942f198c378ef4455b1c1dbf040cbc1100cfc2fbb736fR325-R329
These were locked when locking didn't change the user/time modified. This should be rare since we're no longer saving unfinished web pages, but it should be safe to add an extra buffer here.