You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@syncope.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2021/01/08 15:22:01 UTC

[jira] [Commented] (SYNCOPE-1607) Console Page preferences not working

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

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

Commit 44ae5f248548a350fe693ccef1563d67bdcd37f3 in syncope's branch refs/heads/master from Francesco Chicchiriccò
[ https://gitbox.apache.org/repos/asf?p=syncope.git;h=44ae5f2 ]

[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)