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

ASF subversion and git services commented on SYNCOPE-1607:
----------------------------------------------------------

Commit 4b0db83814181726d4c09470573e5b71a07023f8 in syncope's branch 
refs/heads/2_1_X from Francesco Chicchiriccò
[ https://gitbox.apache.org/repos/asf?p=syncope.git;h=4b0db83 ]

[SYNCOPE-1607] Fixing inverted arguments call to StringUtils#substringAfter


> Console Page preferences not working
> ------------------------------------
>
>                 Key: SYNCOPE-1607
>                 URL: https://issues.apache.org/jira/browse/SYNCOPE-1607
>             Project: Syncope
>          Issue Type: Bug
>          Components: console
>    Affects Versions: 2.0.16, 2.1.8
>            Reporter: Francesco Chicchiriccò
>            Assignee: Francesco Chicchiriccò
>            Priority: Major
>             Fix For: 2.0.17, 2.1.9, 3.0.0
>
>
> Console offers the possibility to specify which Page class to load for a 
> given role via the {{console.properties}} file; for example:
> {code}
> page.dashboard=org.apache.syncope.client.console.pages.Dashboard
> {code}
> This allows to customize appearance and behavior for Maven projects: suppose 
> to define a local class named {{MyDashboard}} extending the vanilla 
> {{Dashboard}}; then you can set the Console to use the local page instead of 
> vanilla by setting
> {code}
> page.dashboard=my.package.MyDashboard
> {code}
> Such mechanism was just found not to work: the default page is always loaded, 
> despite of what specified in the {{console.properties}} file.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to