Skip to content

Show selected values in formprocessor defaults

kainuk requested to merge kainuk/form-processor:restoredefaults into master

Current Situation

In the set default screens the selected values are not shown:

setDefaults01

In the background these values are set and can be found by expanding the drop-down:

setdefaults02

However, this is not a convenient way to work (and it's annoying when it shows up in a demo)

New Situation

The selected values are shown:

setDefaults03

Merge request reports