We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b62671e commit 16e6c29Copy full SHA for 16e6c29
src/JoinRpg.Portal/Controllers/CharacterListController.cs
@@ -38,7 +38,7 @@ public Task<ActionResult> Deleted(int projectId, string export)
38
[HttpGet]
39
public Task<ActionResult> Problems(int projectid, string export)
40
=> MasterCharacterList(projectid,
41
- (character, projectInfo) => problemValidator.Validate(character, projectInfo).Any(), export,
+ (character, projectInfo) => character.IsActive && problemValidator.Validate(character, projectInfo).Any(), export,
42
"Проблемные персонажи");
43
44
0 commit comments