hubzero / hubzero-cms

Platform for Scientific Collaboration
https://hubzero.org
GNU General Public License v2.0
46 stars 57 forks source link

Issue: Series Resource incorrectly displaying 'workshop' button #1637

Closed jessewoo closed 1 year ago

jessewoo commented 1 year ago

Resources

Issue Summary

On a resource page for a series, the workshop button is showing up.

Fix Summary

In the creation of the primary buttons, there was a switch statement that was written improperly. Each case didn't have a break. Fix was adding a break to each case.

Testing

Rollout

Review

nkissebe commented 1 year ago

Code will flow from one case to the next without break. This fix looks correct, not sure how it hadn't been noticed until now.

jessewoo commented 1 year ago

@dbenham - you can merge this