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
var clientSecret =Ext4.create('Ext.form.field.Text', {
70
-
name:"clientSecret",
68
+
name:'clientSecret',
71
69
labelWidth:200,
72
70
width:535,
73
71
padding:'10px 0 0 25px',
74
72
disabled:<%=!canEdit%>,
75
-
fieldLabel:"Client Secret"+getFieldHoverText('Client Secret', 'The secret associated with the Client Id used for authenticating requests to the file transfer provider.'),
fieldLabel:"Authorization URL Prefix"+getFieldHoverText('Authorization URL Prefix', 'The prefix to the authorization service used for obtaining authorization codes and for requesting tokens. (e.g., https://auth.globus.org/v2/oauth2)'),
var transferApiUrl =Ext4.create('Ext.form.field.Text', {
100
-
name:"transferApiUrlPrefix",
98
+
name:'transferApiUrlPrefix',
101
99
labelWidth:200,
102
100
width:535,
103
101
padding:'10px 0 0 25px',
104
102
disabled:<%=!canEdit%>,
105
-
fieldLabel:"Transfer API URL Prefix"+getFieldHoverText('Transfer API URL Prefix', 'The prefix to the transfer API used for making transfer requests. (e.g, https://transfer.api.globusonline.org/v0.10)'),
103
+
fieldLabel:"Transfer API URL Prefix"+getFieldHoverText('transferApiUrlPrefix_a'),
var transferUiUrl =Ext4.create('Ext.form.field.Text', {
112
-
name:"transferUiUrlPrefix",
110
+
name:'transferUiUrlPrefix',
113
111
labelWidth:200,
114
112
width:535,
115
113
padding:'10px 0 0 25px',
116
114
disabled:<%=!canEdit%>,
117
-
fieldLabel:"Transfer UI URL Prefix"+getFieldHoverText('Transfer UI URL Prefix', 'The prefix to the UI page where transfer requests can be made. (e.g., https://www.globus.org/app/transfer)'),
var browseEndpointUrl =Ext4.create('Ext.form.field.Text', {
124
-
name:"browseEndpointUrlPrefix",
122
+
name:'browseEndpointUrlPrefix',
125
123
labelWidth:200,
126
124
width:535,
127
125
padding:'10px 0 0 25px',
128
126
disabled:<%=!canEdit%>,
129
-
fieldLabel:"Browse Endpoint URL Prefix"+getFieldHoverText('Browse Endpoint URL Prefix', 'The prefix to the helper page where users can select endpoints (e.g., https://www.globus.org/app/browse-endpoint)'),
var endpointId =Ext4.create('Ext.form.field.Text', {
142
-
name:"sourceEndpointId",
143
-
labelWidth:200,
144
-
width:535,
145
-
padding:'10px 0 0 25px',
146
-
disabled:<%=!canEdit%>,
147
-
fieldLabel:"Endpoint Id"+getFieldHoverText('Source Endpoint Id', 'The unique id assigned by the file transfer provider to the source endpoint for transfer requests.'),
attachEvents('clientId_a', 'Client Id', 'The id assigned by the file transfer provider to identify this application as its client.');
249
+
attachEvents('clientSecret_a', 'Client Secret', 'The secret associated with the Client Id used for authenticating requests to the file transfer provider.');
250
+
attachEvents('authUrlPrefix_a', 'Authorization URL Prefix', 'The prefix to the authorization service used for obtaining authorization codes and for requesting tokens. (e.g., https://auth.globus.org/v2/oauth2)');
251
+
attachEvents('transferApiUrlPrefix_a', 'Transfer API URL Prefix', 'The prefix to the transfer API used for making transfer requests. (e.g, https://transfer.api.globusonline.org/v0.10)');
252
+
attachEvents('transferUiUrlPrefix_a', 'Transfer UI URL Prefix', 'The prefix to the UI page where transfer requests can be made. (e.g., https://www.globus.org/app/transfer)');
253
+
attachEvents('browseEndpointUrlPrefix_a', 'Browse Endpoint URL Prefix', 'The prefix to the helper page where users can select endpoints (e.g., https://www.globus.org/app/browse-endpoint)');
254
+
attachEvents('sourceEndpointId_a', 'Source Endpoint Id', 'The unique id assigned by the file transfer provider to the source endpoint for transfer requests.');
255
+
attachEvents('sourceEndpointDisplayName_a', 'Source Endpoint Name', 'The display name for the source endpoint.');
256
+
attachEvents('sourceEndpointLocalDir_a', 'Source Endpoint File Transfer Root Directory', 'Specify the root directory on the local file system where the files to be transferred from this endpoint are available.');
return'<a id=\''+ id +'\' href=\'#\'><span class=\'labkey-help-pop-up\'>?</span></a>';
55
53
};
56
54
57
-
var webPartTitle =Ext4.create("Ext.form.field.Text", {
58
-
name:"webpart.title",
55
+
var webPartTitle =Ext4.create('Ext.form.field.Text', {
56
+
name:'webpart.title',
59
57
labelWidth:150,
60
58
width:510,
61
59
padding:'10px 0 25px 0',
62
-
fieldLabel:"Web Part Title",
60
+
fieldLabel:'Web Part Title',
63
61
initialValue :<%=qh(title)%>,
64
62
value:<%=qh(title)%>,
65
63
allowBlank:false
@@ -70,23 +68,23 @@
70
68
'Specify where the files to be transferred in this webpart are available on your local file system. Provide a path relative to the file transfer root directory (set via the admin console).';
71
69
72
70
var localFilesDirectoryHeader =Ext4.create('Ext.form.Label', {
attachEvents('listFolder_a', 'Reference List Folder', 'Specify the location of the list that contains the metadata for the files referenced in this webpart.');
239
+
attachEvents('listTable_a', 'Reference List', 'Specify the name of the list that contains the metadata for the files referenced in this webpart.');
240
+
attachEvents('fileNameColumn_a', 'Reference List Filed', 'Specify the name of the field in the reference list that contains the names of the files that could be transferred.');
241
+
attachEvents('sourceEndpointDir_a', 'Endpoint Directory', 'Specify the directory on the transfer service provider endpoint that contains the files for this webpart.');
0 commit comments