Hi, Jeroen,
The project was upgraded from isis 1.8.0.
If I go back to test old project with isis 1.8.0,
isis.reflector.facet.cssClassFa.patterns
can take effect.
I have no idea of application manifest.
When run isis 1.11.1 version, if add new pattern like
..........
mmmm.*.fa-star,\
.........
and function named mmmmXXX() , still not work.
Thanks,
James.
2016-02-25 17:26 GMT+08:00 Jeroen van der Wal <[email protected]>:
> Perhaps the property is overwritten by an application manifest?
>
> I've created a simple service which displays the application proprerties of
> a running system [1] which might help you debug the issue.
>
> [1]
>
> https://github.com/estatio/estatio/tree/master/estatioapp/app/src/main/java/org/estatio/app/services/properties
>
>
>
> On 25 February 2016 at 02:58, Chuangyu <[email protected]> wrote:
>
> > Hi,
> >
> > If change isis.reflector.facet.cssClassFa.patterns in isis.properties
> like
> > below :
> >
> > isis.reflector.facet.cssClassFa.patterns =\
> > ........
> > list.*:fa-star,\
> > all.*:fa-star,\
> > .........
> >
> > When running application, menu always show fa-list icon.
> >
> > If set in
> > ActionLayout( cssClassFa = "fa-star")
> >
> > it can show fa-star icon correctly.
> >
> > Thanks,
> > James
> >
>