You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@isis.apache.org by "Dan Haywood (JIRA)" <ji...@apache.org> on 2019/01/06 14:29:00 UTC

[jira] [Commented] (ISIS-1806) [WON'T FIX] Reinstate ability to bookmark action invocations

    [ https://issues.apache.org/jira/browse/ISIS-1806?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16735202#comment-16735202 ] 

Dan Haywood commented on ISIS-1806:
-----------------------------------

let's just delete the commented out code.

> [WON'T FIX] Reinstate ability to bookmark action invocations 
> -------------------------------------------------------------
>
>                 Key: ISIS-1806
>                 URL: https://issues.apache.org/jira/browse/ISIS-1806
>             Project: Isis
>          Issue Type: Bug
>    Affects Versions: 1.15.0
>            Reporter: Dan Haywood
>            Priority: Major
>             Fix For: 1.18.0
>
>
> broken in 1.15.0, and commented out in 1.16.0 to avoid user failures.
> The issue is that the BookmarkTreeNode infers a pageType of ACTION_PROMPT, which causes the ActionPromptPage to be rendered.  This in turn has a ComponentType of ACTION_PARAMETERS.  
> However, the ActionParametersPromptPanelFactory explicitly does not match for actions that take no arguments, and so the only component found is UnknownPanel which - of course - fails to add the correct ActionParametersPanel component.
> This whole area needs reworking ... the ActionParametersPanel now no-longer supports being invoked with no-args or with populated n-args and automatically resolving to the result of the action invocation.  
> Instead, will need to move the action execution stuff into the implementation of the AbstractLink that is created within the BookmarkedPagesPanel.
> ~~
> or: maybe we just keep this functionality commented out; is it used anyway ?



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)