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
When a user is on the batch create form and clicks the radio button for "Embargo" the form does not expand to reveal the "Restricted to..." or "then open it up to.." options like it does on the single work form.
We experienced the bug on 7.3.0.
Expected behavior
Clicking on the "Embargo" radio button in the Visibility section of the batch create form should reveal additional form options.
Actual behavior
Clicking on the "Embargo" radio button in the Visibility section of the batch create form has no effect other than selecting the radio button itself.
Originally opened as samvera/hyrax#930
Descriptive summary
When a user is on the batch create form and clicks the radio button for "Embargo" the form does not expand to reveal the "Restricted to..." or "then open it up to.." options like it does on the single work form.
We experienced the bug on 7.3.0.
Expected behavior
Clicking on the "Embargo" radio button in the Visibility section of the batch create form should reveal additional form options.
Actual behavior
Clicking on the "Embargo" radio button in the Visibility section of the batch create form has no effect other than selecting the radio button itself.
Steps to reproduce the behavior
Related work
University of Cincinnati has fixed this locally here: https://github.com/uclibs/scholar_uc/pull/1373/files
The problem is that the batch form doesn't include the
tag. So the JS that expands the options doesn't know what to act on.data-behavior="work-form"
in theThe text was updated successfully, but these errors were encountered: