Skip to content
Snippets Groups Projects
Commit b043803a authored by Justin Cleveland's avatar Justin Cleveland
Browse files

XNAT-4402 - Can't setup new 1.7 XNAT (405 error on submit)

Uncommented the line adding a method attribute to a Spawner form element
parent 74d93bd4
No related branches found
No related tags found
No related merge requests found
......@@ -147,7 +147,7 @@ var XNAT = getObject(XNAT || {});
_formPanel = spawn('form.xnat-form-panel.panel.panel-default', {
id: toDashed(opts.id || opts.element.id || opts.name) + '-panel',
name: opts.name,
//method: opts.method || 'POST',
method: opts.method || 'POST',
action: opts.action ? XNAT.url.rootUrl(opts.action) : '#!',
addClass: opts.classes || '',
data: opts.data
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment