You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Umbraco.Cms.Integrations.Crm.Hubspot/App_Plugins/UmbracoCms.Integrations/Crm/Hubspot/Render/HubspotForm.cshtml
Copy file name to clipboardExpand all lines: src/Umbraco.Cms.Integrations.Crm.Hubspot/App_Plugins/UmbracoCms.Integrations/Crm/Hubspot/js/formpicker.controller.js
+22-5Lines changed: 22 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -10,10 +10,24 @@
10
10
vm.searchTerm="";
11
11
vm.error="";
12
12
vm.isValid=true;
13
+
vm.euRegion=false;
14
+
15
+
constconfigDescription={
16
+
API: "An API key is configured and will be used to connect to your HubSpot account.",
17
+
OAuth:
18
+
"No API key is configured. To connect to your HubSpot account using OAuth click 'Connect', select your account and agree to the permissions.",
19
+
None: "No API or OAuth configuration could be found. Please review your settings before continuing.",
20
+
OAuthConnected:
21
+
"OAuth is configured and an access token is available to connect to your HubSpot account. To revoke, click 'Revoke'"
Copy file name to clipboardExpand all lines: src/Umbraco.Cms.Integrations.Crm.Hubspot/App_Plugins/UmbracoCms.Integrations/Crm/Hubspot/js/hubspot.resource.js
Copy file name to clipboardExpand all lines: src/Umbraco.Cms.Integrations.Crm.Hubspot/App_Plugins/UmbracoCms.Integrations/Crm/Hubspot/js/settings.controller.js
+18-3Lines changed: 18 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -3,9 +3,18 @@
3
3
varvm=this;
4
4
5
5
constoauthName="OAuth";
6
+
constconfigDescription={
7
+
API: "An API key is configured and will be used to connect to your HubSpot account.",
8
+
OAuth:
9
+
"No API key is configured. To connect to your HubSpot account using OAuth click 'Connect', select your account and agree to the permissions.",
10
+
None: "No API or OAuth configuration could be found. Please review your settings before continuing.",
11
+
OAuthConnected:
12
+
"OAuth is configured and an access token is available to connect to your HubSpot account. To revoke, click 'Revoke'"
Copy file name to clipboardExpand all lines: src/Umbraco.Cms.Integrations.Crm.Hubspot/App_Plugins/UmbracoCms.Integrations/Crm/Hubspot/views/formpickereditor.html
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -10,9 +10,11 @@
10
10
<inputtype="text" class="-full-width-input" ng-model="vm.searchTerm" placeholder="Type to search..." umb-auto-focus="" aria-invalid="false">
0 commit comments