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
Added support for list attributes to have expressions.
- This will certainly need review as the current implementation breaks current behavior with relation to attributes from list attributes being exposed to the view, while simple attributes are not.
- This implementation maps everything to the objects represented type where possible, though due to current requirements elements must remain to be an attribute wrapping the value.
- Attribute#getExpression is evaluated and set against a cloned version of Attribute#setValue.
0 commit comments