You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If an input of a Plugin is required=false the default value should be set in the dialog component. if the default value is null, the user should be able to activate/deactivate this dialog component, in the node dialog, as we want to use the default values which are then determined by the Plugin somewhere in the code.
If the required=false input of the Plugin is a column-selection, the <None> option should be selectable.
The text was updated successfully, but these errors were encountered:
dietzc
changed the title
Handling of required=false inputs
Handling of not required inputs
Sep 22, 2016
Two problems:
Plugin
isrequired=false
the default value should be set in the dialog component. if the default value is null, the user should be able to activate/deactivate this dialog component, in the node dialog, as we want to use the default values which are then determined by thePlugin
somewhere in the code.required=false
input of thePlugin
is a column-selection, the<None>
option should be selectable.The text was updated successfully, but these errors were encountered: