Forums de discussion

Liferay 7: Server administration disappeared

K F, modifié il y a 7 années.

Liferay 7: Server administration disappeared

Junior Member Publications: 52 Date d'inscription: 11/01/17 Publications récentes
Hi everyone,

I work on instance of Liferay 7, some how Server administration disappeared. I do not know why. To check, on custom theme I invoked <#assign isOmniAdmin = getterUtil.getBoolean(themeDisplay.getPermissionChecker().isOmniadmin())> and I get false. How to solve this issue, I need to get to features of it. Thank you for help in advance.
thumbnail
Olaf Kock, modifié il y a 7 années.

RE: Liferay 7: Server administration disappeared (Réponse)

Liferay Legend Publications: 6403 Date d'inscription: 23/09/08 Publications récentes
K F:
I work on instance of Liferay 7, some how Server administration disappeared.


If you indeed work on a new instance (not the default instance): This is exactly the expected behavior: Server Administration is only available within the default instance.
K F, modifié il y a 7 années.

RE: Liferay 7: Server administration disappeared

Junior Member Publications: 52 Date d'inscription: 11/01/17 Publications récentes
You are right, it was my mistake by implementing Omniadmin interface. Thank you for your help.