You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Kamil (JIRA)" <ji...@apache.org> on 2018/01/09 09:12:00 UTC

[jira] [Commented] (WICKET-6511) AbstractColumn should be subject of IAuthorizationStrategy

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

Kamil commented on WICKET-6511:
-------------------------------

In the same way, you can to not add Button to the Panel instead of using @AuthorizeAction
I think that it would be good to have consistent solution 

What I want to do is to be able to annotate Column with @AuthorizeAction

> AbstractColumn should be subject of IAuthorizationStrategy
> ----------------------------------------------------------
>
>                 Key: WICKET-6511
>                 URL: https://issues.apache.org/jira/browse/WICKET-6511
>             Project: Wicket
>          Issue Type: Improvement
>            Reporter: Kamil
>            Priority: Minor
>
> Currently almost every Wicket component is instance of Component class, hence is taken into account by different AuthorizationStrategies. 
> Unfortunately, it's not the case for AbstractColumn, which is not Component.
> There are business cases where application must restrict access to particular columns in table. 
> Please make AbstractColumn a Component or provide a corresponding IAuthorizationStrategy mechanism.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)