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
so people don't need to repeat siblingattributes in multiple ifvalues just to support more than one VALUE adding the same set of attributes.
We'd need to decide what to do about cases where multiple ifValues match the attribute we're checking. Some options:
1 - generate a runtime error - but the user can't fix it until less they have write access - or possibly might need admin access to change the model
2 - try to merge all attributes, and conflicts generate a runtime error
3 - try to merge all attributes, and conflicts result in undefined behavior (e.g. possibly "last wins")
The text was updated successfully, but these errors were encountered:
so people don't need to repeat siblingattributes in multiple ifvalues just to support more than one VALUE adding the same set of attributes.
We'd need to decide what to do about cases where multiple ifValues match the attribute we're checking. Some options:
1 - generate a runtime error - but the user can't fix it until less they have write access - or possibly might need admin access to change the model
2 - try to merge all attributes, and conflicts generate a runtime error
3 - try to merge all attributes, and conflicts result in undefined behavior (e.g. possibly "last wins")
The text was updated successfully, but these errors were encountered: