[
https://issues.apache.org/jira/browse/SYNCOPE-1607?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Francesco Chicchiriccò resolved SYNCOPE-1607.
---------------------------------------------
Resolution: Fixed
> 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)