Skip to content

Commit

Permalink
Merge pull request #7021 from stevemegson/v8/pr/member-cmsContentNu
Browse files Browse the repository at this point in the history
OnMemberRefreshedEntity stores data as published rather than edited
  • Loading branch information
poornimanayar authored Feb 17, 2020
2 parents cc9e0f4 + 486dd0b commit a9bb1ff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1290,7 +1290,7 @@ private void OnMemberRefreshedEntity(MemberRepository sender, MemberRepository.S
var member = args.Entity;

// refresh the edited data
OnRepositoryRefreshed(db, member, true);
OnRepositoryRefreshed(db, member, false);
}

private void OnRepositoryRefreshed(IUmbracoDatabase db, IContentBase content, bool published)
Expand Down

0 comments on commit a9bb1ff

Please sign in to comment.