Bug #13879
closedGroup > Manage > Group Site - Radio buttons not triggering UI change
0%
Description
As reported in #13878:
1. Go to Group > Manage > Group Site on a group that does not have an associated site
2. Change the radio button selection to 'Connect an Existing Site' or 'Clone an Existing Site'
3. The UI should change (as it does during group creation) but it does not
I don't see any JS errors in the console, so this is probably a case where either the necessary JS is not being loaded at all, or where the selectors are not correct.
I think this worked after our last major release, so it's possible that something broken in the interim.
Related issues
Updated by Boone Gorges almost 4 years ago
- Related to Support #13878: When creating Group + Site and choosing 'Clone existing', cannot advance to step 2 added
Updated by Boone Gorges almost 4 years ago
- Target version changed from 1.18.4 to 1.18.5
Updated by Jeremy Felt almost 4 years ago
I think this is what I get for changing some of those form/field selectors around. :)
A fix for this is up here: https://github.com/cuny-academic-commons/cac/pull/8
Updated by Boone Gorges almost 4 years ago
- Status changed from New to Staged for Production Release
Fix checks out for me. Thank you!
Updated by Boone Gorges almost 4 years ago
- Status changed from Staged for Production Release to Resolved