[
https://issues.apache.org/jira/browse/SYNCOPE-1047?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15999051#comment-15999051
]
ASF subversion and git services commented on SYNCOPE-1047:
----------------------------------------------------------
Commit 2e7e2ceef339fe243de2c688200e4010d46b8776 in syncope's branch
refs/heads/master from [~fmartelli]
[ https://git-wip-us.apache.org/repos/asf?p=syncope.git;h=2e7e2ce ]
[SYNCOPE-1047] Replaces ActionLinksPanel with TogglePanel
> Replace ActionLinksPanel with TogglePanel
> -----------------------------------------
>
> Key: SYNCOPE-1047
> URL: https://issues.apache.org/jira/browse/SYNCOPE-1047
> Project: Syncope
> Issue Type: Improvement
> Components: console
> Reporter: Francesco Chicchiriccò
> Assignee: fabio martelli
> Fix For: 2.0.4, 2.1.0
>
>
> Data tables are used across almost all features of Admin Console.
> Within data tables, the general UI paradigm is to show (the same) icons per
> row, with each icon triggering a different action for the entity represented
> by that row.
> The Wicket panel implementing such multi-icon actions is
> [ActionLinksPanel|https://github.com/apache/syncope/blob/2_0_X/client/console/src/main/java/org/apache/syncope/client/console/wicket/markup/html/form/ActionLinksPanel.java].
> While this component has been serving for the purpose, it might be useful to
> improve the UX by empowering
> [TogglePanel|https://github.com/apache/syncope/blob/2_0_X/client/console/src/main/java/org/apache/syncope/client/console/panels/TogglePanel.java]
> - the transparent menu activated when clicking on a node in the Topology.
> The idea is to:
> # remove all icons shown in each data table row
> # when clicking on a given data table row, show a menu based on
> {{TogglePanel}} providing access to all actions available for the entity
> represented by that row.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)