Show IsVisibleForAllCheckbox only on Oasis
- IsVisibleForAllCheckbox is only shown if
oasis
is true. - Test extended to assert missing checkbox if
oasis
is false.
Only the checkbox component is excluded in non-Oasis cases. The logic behind it is still present. Tried to mitigate by putting the checkbox and its logic in their own file but some elements are integrated into the handleOpenDialog
and handleSubmitChanges
so kept the simple version.
Edited by Sascha Klawohn