Fixed where a user could see the delete button on the issues page

This commit is contained in:
tidusjar 2016-06-28 14:04:43 +01:00
parent 419bf0270e
commit 52fd1c7844
8 changed files with 27 additions and 22 deletions

View file

@ -80,13 +80,14 @@ namespace PlexRequests.UI.Modules
if (landingSettings.BeforeLogin)
{
await
Analytics.TrackEventAsync(
Category.LandingPage,
Action.View,
"Going To LandingPage before login",
Username,
CookieHelper.GetAnalyticClientId(Cookies));
#pragma warning disable 4014
Analytics.TrackEventAsync(
#pragma warning restore 4014
Category.LandingPage,
Action.View,
"Going To LandingPage before login",
Username,
CookieHelper.GetAnalyticClientId(Cookies));
var model = new LandingPageViewModel
{