Skip to content
This repository has been archived by the owner on Feb 16, 2024. It is now read-only.

Commit

Permalink
- Adjustment on the logic run after allowing access from Smartsheet.
Browse files Browse the repository at this point in the history
- Customization package is updated
- Files are updated in the Deployment source
  • Loading branch information
famadoz committed Dec 10, 2020
1 parent 68f258a commit 66e13cf
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Binary file modified AcumaticaSmartsheetIntegration.zip
Binary file not shown.
Binary file modified DeploymentSource/Bin/PX.SmartSheetIntegration.dll
Binary file not shown.
Binary file modified DeploymentSource/Bin/PX.SmartSheetIntegration.pdb
Binary file not shown.
6 changes: 3 additions & 3 deletions PX.SmartSheetIntegration/SM/MyProfileMaintExt.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
using System.Collections.Generic;
using PX.Data.DependencyInjection;
using Microsoft.AspNet.SignalR.Infrastructure;
using PX.OAuthClient.Hubs;

namespace SmartSheetIntegration
{
Expand Down Expand Up @@ -273,9 +274,8 @@ private string sha256Hash(String value)

private void SendRefreshCall()
{
this.Base.Actions.PressCancel();
this.Base.UserProfile.Cache.Clear();
this.Base.UserProfile.Cache.ClearQueryCache();
var hubContext = _signalRConnectionManager.GetHubContext<RefreshHub>();
hubContext.Clients.All.RefreshPage();
}
}
}

0 comments on commit 66e13cf

Please sign in to comment.