Skip to content

Commit df6c7c7

Browse files
committed
Corrected the FindIncidents query
1 parent 27e7152 commit df6c7c7

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

src/Server/Coderr.Server.Web/Scripts/Models/AllModels.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -706,7 +706,7 @@ module codeRR.Core.Incidents {
706706
module codeRR.Core.Incidents.Queries {
707707
export class FindIncidents {
708708
public static TYPE_NAME: string = 'FindIncidents';
709-
public ApplicationId: number;
709+
public ApplicationIds: number[];
710710
public FreeText: string;
711711
public IsAssigned: boolean;
712712
public IsClosed: boolean;

src/Server/Coderr.Server.Web/ViewModels/Incident/Components/IncidentTable.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)