You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@isis.apache.org by "Kevin Meyer (Created) (JIRA)" <ji...@apache.org> on 2011/10/27 16:56:32 UTC

[jira] [Created] (ISIS-126) Service contributed actions (with parameters) are not picking up the current object as parameter

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

        

[jira] [Updated] (ISIS-126) Service contributed actions (with parameters) are not picking up the current object as parameter

Posted by "Dan Haywood (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ISIS-126?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dan Haywood updated ISIS-126:
-----------------------------

    Affects Version/s:     (was: 0.3.0-incubating)
                       0.1.2-incubating
        Fix Version/s:     (was: 0.2.0-incubating)
                       0.3.0-incubating
    
> 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.3.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