Skip to content

public Boolean LoadPostData() bug #41

@koo9

Description

@koo9

In JuiceWidgetState.cs the method LoadPostData() after the line
var postedControlState = LoadPostDataForControl();

should add
if (!postedControlState.ContainsKey(widgetOption.Name))
{
continue;
}
to make sure the option is in the option list before process further, otherwise it will set the null value for the option.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions