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
The semantics of FORMULA are unclear when RIGHTS = CREATE.
For RIGHTS = READ, FORMULA can be understood as an expression describing which elements can be read.
For RIGHTS = CREATE, it is not clear what the expression actually means and what it is evaluated against.
What exactly does FORMULA describe/refer to when RIGHTS = CREATE?
the parent/container in which a new element may be created
the type of element that may be created
something else?
I have signed the required Developer Certificate of Origin (DCO) already.
The semantics of
FORMULAare unclear whenRIGHTS = CREATE.For
RIGHTS = READ,FORMULAcan be understood as an expression describing which elements can be read.For
RIGHTS = CREATE, it is not clear what the expression actually means and what it is evaluated against.What exactly does
FORMULAdescribe/refer to whenRIGHTS = CREATE?the parent/container in which a new element may be created
the type of element that may be created
something else?
I have signed the required Developer Certificate of Origin (DCO) already.