Service contributed actions (with parameters) are not picking up the current
object as parameter
------------------------------------------------------------------------------------------------
Key: ISIS-126
URL: https://issues.apache.org/jira/browse/ISIS-126
Project: Isis
Issue Type: Bug
Components: Viewer: Scimpi
Affects Versions: 0.1.2-incubating
Reporter: Kevin Meyer
Assignee: Robert Matthews
Fix For: 0.2.0-incubating
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).
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira