dateformat exception disables item summary panel functions like the Save button and category dropdown
GENERAL
TESTING
GENERAL
TESTING
Description
Attachments
3
is related to
Activity
Show:

Jon Gorrono January 8, 2014 at 8:30 PM
This has been added to 1.9.1-a1 (1.9.1 will include and )

Jon Gorrono January 8, 2014 at 5:07 PM
yay

John Bush January 8, 2014 at 4:31 PM
Our testing looks good, we've tried in two different environments so far and it appears to fix all of the issues we were running into

Jon Gorrono January 8, 2014 at 2:41 PM
Thank you I also violated a number of rules for JavaScriptObject overlays, too: can't have fields and must have an empty constructor.
So I've created a new patch which compiles and attached (GRBK-1412-RegExp.patch)

Kevin Takacs January 8, 2014 at 11:57 AM
I found a thread on stackoverflow mentioning a RegExp class in gwt. Looks like it's very similar to the java.util.regex classes.
http://stackoverflow.com/questions/1162240/regular-expressions-and-gwt
http://www.gwtproject.org/javadoc/latest/com/google/gwt/regexp/shared/RegExp.html
may be related to neo portal as it does not appear in Sakai 2.9 without it.
reproduce: create category gradebook with no items, add an item, and attempt to change it's category
javascript console registers some errors
NOTE: other symptoms have been loss of ability to save changes made in item summary panel. The symptoms could be far reaching since the exception thrown stops processing at the point it is thrown so any downstream/dependent operations would fail run .