This regression is caused because the MSCheckbox instantiation is done with a state of "1" (string) instead of 1 (int) for unregistered users. The This is inconsistent with the regular MSCheckbox instantiation that used a numeric value. Beforehand it passed successfully because we used it as a list index.
Now the check on the value doesn't pass and it's initialiwed initialized with the default state : none. |
|