Skip to content

Commit ca012ac

Browse files
authored
Merge pull request #216 from LabKey/fb_merge_24.7_to_develop
Merge discvr-24.7 to develop
2 parents 76f285a + b5f0406 commit ca012ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

laboratory/resources/web/laboratory/window/WorkbookCreationWindow.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ Ext4.define('Laboratory.panel.WorkbookCreationPanel', {
126126
var urlParams = this.urlParams || {};
127127

128128
var url = LABKEY.ActionURL.buildURL(controller, action, containerPath, urlParams);
129-
if (url.length > 1000){
129+
if (url.length > 500){
130130
Ext4.create('Ext.form.Panel', {
131131
url: LABKEY.ActionURL.buildURL(controller, action, containerPath),
132132
method: 'POST',

0 commit comments

Comments
 (0)