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
Right now, we test constraints any time a radio button or check box is selected to hide / show other tags. We only test constraints for the StringTagValueFragment when the user tries to save. This means that if there is a constraint that depends on a StringTagValueFragment, it won't really be seen until the user tries to save.
Right now, I'm not seeing any constraints where this actually matters, but it could become a bug. I'm going to keep this low priority until someone cares.
The text was updated successfully, but these errors were encountered:
Right now, we test constraints any time a radio button or check box is selected to hide / show other tags. We only test constraints for the StringTagValueFragment when the user tries to save. This means that if there is a constraint that depends on a StringTagValueFragment, it won't really be seen until the user tries to save.
Right now, I'm not seeing any constraints where this actually matters, but it could become a bug. I'm going to keep this low priority until someone cares.
The text was updated successfully, but these errors were encountered: