Cluster specific modules don't populate in form.yml.erb

Upgrading to 3.1.1 and removing show_hidden true solved the problem with file selection, but now I have another minor problem.

I have 3 path widgets on the form, 2 of them I hide depending on the other filed choice. Used to work fine, but now it hides the text field but not a button.

And it seems like required option is not working as well.

select_sim_file:
widget: “path_selector”
required: true
directory: “/fs/home”

One more thing about path selector unfortunately, it seems like require: true is not working.

select_sim_file:
required: true
widget: “path_selector”
required: true
directory: “/fs/home”

I can launch with empty field.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.