appy.gen: bugfix with the master/slave mechanism while launching Zope in debug mode; added boolean attribute Date.reverseYears allowing to display years in reverse order in the widgets for choosing the year; bugfix in Javascript code for hiding slave widgets with Google Chrome.

This commit is contained in:
Gaetan Delannay 2011-03-25 18:03:45 +01:00
parent a608a9b43f
commit 36237c3ee5
6 changed files with 35 additions and 40 deletions

View file

@ -649,7 +649,7 @@
// There are multiple values, split it
var subValues = idField.substring(1, idField.length-1).split(',');
for (var k=0; k < subValues.length; k++){
var subValue = subValues[k].strip();
var subValue = subValues[k].replace(' ','');
masterValue.push(subValue.substring(1, subValue.length-1));
}
}