Many researchr operations suddenly fail because of the new validation policy, even though the field that triggers the validation error has not been changed.

I suspect that these fields have null values, which are now forbidden (apparently).

Submitted by Eelco Visser on 17 March 2011 at 20:34

On 18 March 2011 at 00:57 Eelco Visser commented:

At least for these simple value types the problem can be fixed with an update of the database

 update _Publication set _conferenceYear = '' where _conferenceYear is NULL;

On 18 March 2011 at 00:57 Eelco Visser closed this issue.

On 18 March 2011 at 01:28 Danny Groenewegen commented:

null value is allowed (unless a validation rule explicitly prevents it), null dereference is not allowed

see https://yellowgrass.org/issue/WebDSL/351

Log in to post comments