Details
-
Improvement
-
Status: Reopened
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
given a mixin with a non-scalar param, with present or missing support
@MemberSupport public Collection<ApplicationRole> choicesInitialRole() { return applicationRoleRepository.allRoles(); }
then ...
MM must fail on incompatible return type
MM must fail on missing choice semantics
MM must fail if bounded, but type is not an entity (eg. abstract)
@DomainObject(bounding = Bounding.BOUNDED)
Attachments
Issue Links
- is related to
-
CAUSEWAY-3172 [Wicket Viewer] Parameter Default Rendering Glitch
- Closed