--- rat/client/parameter.html 2019/03/02 16:25:56 1.71.2.2 +++ rat/client/parameter.html 2020/07/19 22:02:14 1.71.6.2 @@ -5,7 +5,7 @@ The LearningOnline Network with CAPA Parameter Input Window // -// $Id: parameter.html,v 1.71.2.2 2019/03/02 16:25:56 raeburn Exp $ +// $Id: parameter.html,v 1.71.6.2 2020/07/19 22:02:14 raeburn Exp $ // // Copyright Michigan State University Board of Trustees // @@ -764,7 +764,7 @@ function draw() { } if (ptype=='string') { - if ((pscat=='any') || (pscat=='') || (pscat=='default') || + if ((pscat=='any') || (pscat=='') || (pscat=='default') || (typeof(pscat)=='undefined')) { tablestart('Text'); choicewrite('Value:'); @@ -907,7 +907,7 @@ function draw() { var patternAllow = /^([\[\]a-zA-Z\.\d\*\-]+)$/; var patternDeny = /^\!([\[\]a-zA-Z\.\d\*\-]+)$/; var current = new Array; - if (patternComma.test(svalue)) { + if (patternComma.test(svalue)) { current = svalue.split(','); } else { current = [svalue]; @@ -975,15 +975,15 @@ function draw() { choicewrite('
'); + choicewrite(' /> Yes, and the scope of the slot is a single resource.
'); choicewrite('
'); + choicewrite(' /> Yes, and the scope of the slot is the enclosing map/folder. When checking in, it applies to only one resource.
'); choicewrite('
'); + choicewrite(' /> Yes, and the scope of the slot is the enclosing map/folder. When checking in, all resources in the map/folder are checked in.
'); choicewrite(''); } } @@ -1302,7 +1302,7 @@ function init() { selwrite(''); this.window.selector.document.close(); draw(); - + } // ]]>