Skip to content

Commit

Permalink
PublishedSnapshotService.OnMemberRefreshedEntity stores data as publi…
Browse files Browse the repository at this point in the history
…shed rather than edited
  • Loading branch information
stevemegson committed Oct 31, 2019
1 parent 77077c8 commit 486dd0b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1218,7 +1218,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 486dd0b

Please sign in to comment.