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
There are certain fields in TimeSync that are mutually exclusive. For example, if an object UUID is entered then all other fields should be ignored. Functionality should be added to get_fields to indicate these relationships so that users are only shown fields that they are allowed to enter input into. This would cut out a lot of boilerplate in get_* functions.
The text was updated successfully, but these errors were encountered:
There are certain fields in TimeSync that are mutually exclusive. For example, if an object UUID is entered then all other fields should be ignored. Functionality should be added to
get_fields
to indicate these relationships so that users are only shown fields that they are allowed to enter input into. This would cut out a lot of boilerplate in get_* functions.The text was updated successfully, but these errors were encountered: