DY

Results 4 comments of DY

I also found issue on other page because of such kind of issue, I will update this post later.

I think we should add a System user, then we could use it here? Or other suggestion?

var user = _memebershipService.GetUser(services.WorkContext.CurrentSite.SuperUser); itemModel.User = user; itemModel.UserId = user.Id; itemModel.UserFullName = T("System").Text; For temp option I assign SuperUser to this System account now. :) Waiting your feedback.