-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 0.1.2-incubating
-
Fix Version/s: tidy-up
-
Component/s: ZZZ Mothballed: Viewer: Scimpi
-
Labels:None
In the quick-start archetype:
Adding the following method to the ToDoItemRepository:
public ToDoItem showToDo(ToDoItem item);
with an implementation that just returns the current item, when you're viewing a ToDoItem, the "Show To Do" action is available,
but when you invoke it, it does not use the current ToDoItem as the parameter (item is null).