Icons disapear when setting permission [message #1798910] |
Tue, 27 November 2018 11:00  |
Eclipse User |
|
|
|
Hello,
I have an issue with icons when setting view permission on outlines,

if you see the image you will see that last outline does not contain the icon,
the icon is visible only when I comment the code :
@Override
protected void execInitAction() {
setVisiblePermission(new ViewSettingsOutlinePermission());
}
in Desktop Class in the SettingsOutlineViewButton class,
Does any one know this issue, and how to implement the view permission to avoid that icons disapear.
Kind Regards
Anis
|
|
|
Re: Icons disapear when setting permission [message #1798917 is a reply to message #1798910] |
Tue, 27 November 2018 11:46  |
Eclipse User |
|
|
|
If you're trying to achieve that the outline is not visible for some users:
Try setting the permission on the Outline itself (and not on the button). If your OutlineButton is inheriting from AbstractOutlineViewButton, it will adjust its visibility based on the outline it represents.
|
|
|
Powered by
FUDForum. Page generated in 0.03222 seconds