掲示板

Liferay 7: Server administration disappeared

7年前 に K F によって更新されました。

Liferay 7: Server administration disappeared

Junior Member 投稿: 52 参加年月日: 17/01/11 最新の投稿
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
7年前 に Olaf Kock によって更新されました。

RE: Liferay 7: Server administration disappeared (回答)

Liferay Legend 投稿: 6403 参加年月日: 08/09/23 最新の投稿
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.
7年前 に K F によって更新されました。

RE: Liferay 7: Server administration disappeared

Junior Member 投稿: 52 参加年月日: 17/01/11 最新の投稿
You are right, it was my mistake by implementing Omniadmin interface. Thank you for your help.