-
Type:
New Feature
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: viewer-wicket-1.7.0, core-1.7.0
-
Fix Version/s: core-1.8.0
-
Component/s: Isis Core, Isis Viewer Wicket
-
Labels:None
Extend @DomainService to allow an additional menuBar() attribute to be specified, eg:
@Named("Prototyping")
@DomainService(menuBar=MenuBar.SECONDARY)
public class MyFixtureScriptsService {
///
}