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 2017/12/20 19:44:00 UTC

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

Kamil created WICKET-6511:
-----------------------------

             Summary: 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


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)