Skip to content

Commit ec602ee

Browse files
author
gauffininteractive
committed
restricted the application start page to only fetch incidents for the local application
1 parent 7aaea4c commit ec602ee

34 files changed

+6
-137
lines changed

src/Server/OneTrueError.App/Core/Applications/EventHandlers/CreateDefaultAppOnAccountActivated.cs

Lines changed: 0 additions & 32 deletions
This file was deleted.

src/Server/OneTrueError.App/Core/Applications/EventHandlers/UpdateTeamOnInvitationAccepted.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
namespace OneTrueError.App.Core.Applications.EventHandlers
88
{
9-
[Component]
9+
[Component(RegisterAsSelf = true)]
1010
internal class UpdateTeamOnInvitationAccepted : IApplicationEventSubscriber<InvitationAccepted>
1111
{
1212
private readonly IApplicationRepository _applicationRepository;

src/Server/OneTrueError.App/Core/Invitations/EventHandlers/InvitationAcceptedHandler.cs

Lines changed: 0 additions & 71 deletions
This file was deleted.

src/Server/OneTrueError.App/OneTrueError.App.csproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,6 @@
105105
<Compile Include="Core\Applications\ApplicationMember.cs" />
106106
<Compile Include="Core\Applications\CommandHandlers\CreateApplicationHandler.cs" />
107107
<Compile Include="Core\Invitations\CommandHandlers\InviteUserHandler.cs" />
108-
<Compile Include="Core\Applications\EventHandlers\CreateDefaultAppOnAccountActivated.cs" />
109-
<Compile Include="Core\Invitations\EventHandlers\InvitationAcceptedHandler.cs" />
110108
<Compile Include="Core\Applications\IApplicationRepository.cs" />
111109
<Compile Include="Core\Applications\QueryHandlers\GetApplicationInfoHandler.cs" />
112110
<Compile Include="Core\Applications\QueryHandlers\GetApplicationTeamHandler.cs" />

src/Server/OneTrueError.Web/Scripts/CqsClient.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,3 @@ var Griffin;
5656
Cqs.CqsClient = CqsClient;
5757
})(Cqs = Griffin.Cqs || (Griffin.Cqs = {}));
5858
})(Griffin || (Griffin = {}));
59-
//# sourceMappingURL=CqsClient.js.map

src/Server/OneTrueError.Web/Scripts/Griffin.Editor.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -645,4 +645,3 @@ var Griffin;
645645
}());
646646
Griffin.TextSelector = TextSelector;
647647
})(Griffin || (Griffin = {}));
648-
//# sourceMappingURL=Griffin.Editor.js.map

src/Server/OneTrueError.Web/Scripts/Griffin.Net.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,4 +224,3 @@ var Griffin;
224224
Net.HttpClient = HttpClient;
225225
})(Net = Griffin.Net || (Griffin.Net = {}));
226226
})(Griffin || (Griffin = {})); // ReSharper restore InconsistentNaming
227-
//# sourceMappingURL=Griffin.Net.js.map

src/Server/OneTrueError.Web/Scripts/Griffin.WebApp.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,4 +364,3 @@ var Griffin;
364364
WebApp.Pager = Pager;
365365
})(WebApp = Griffin.WebApp || (Griffin.WebApp = {}));
366366
})(Griffin || (Griffin = {}));
367-
//# sourceMappingURL=Griffin.WebApp.js.map

src/Server/OneTrueError.Web/Scripts/Models/AllModels.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1394,4 +1394,3 @@ var OneTrueError;
13941394
})(Accounts = Core.Accounts || (Core.Accounts = {}));
13951395
})(Core = OneTrueError.Core || (OneTrueError.Core = {}));
13961396
})(OneTrueError || (OneTrueError = {}));
1397-
//# sourceMappingURL=AllModels.js.map

src/Server/OneTrueError.Web/Scripts/Promise.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
2-
Module P: Generic Promises for TypeScript
2+
Module P: Generic Promises for TypeScript
33
4-
Project, documentation, and license: https://github.com/pragmatrix/Promise
4+
Project, documentation, and license: https://github.com/pragmatrix/Promise
55
*/
66
var P;
77
(function (P) {
@@ -321,4 +321,3 @@ var P;
321321
}
322322
P.isUndefined = isUndefined;
323323
})(P || (P = {}));
324-
//# sourceMappingURL=Promise.js.map

0 commit comments

Comments
 (0)