2
1

Hi everyone,

We have currently the following problem: -> From the Cockpit we add and deploy our applications and everything is fine, however afterwards when we login to the portal home and go to Admin Settings from the user menu in order to add the new application, we get empty list when hitting Select. alt text

The same happens when we test from the developer studio. Furthermore the users can't choose languages I guess because we can't add the application.

I tested the same thing with just some test project on 8.0.0(from the designer only) and everything works: alt text

Any help is appreciated! :)

asked 25.02.2020 at 02:15

xchatter's gravatar image

xchatter
(suspended)
accept rate: 0%


According to documentation:

Portal group id is ch.ivyteam.ivy.project.portal. If you change it, you have to update ivy global variable PortalGroupId accordingly. This variable is defined in PortalKit project.

http://developer.axonivy.com/documentation/portal-guide/8.0.2/portal-developer-guide/customization/change-group-id.html

Did you follow those instructions of the documentation?

link

answered 25.02.2020 at 05:55

timorupp's gravatar image

timorupp
(suspended)
accept rate: 100%

We haven't changed this var. Will do that now. Thanks for the hint! :)

(25.02.2020 at 06:07) xchatter xchatter's gravatar image

Hello everyone,

It seems that if I comment out this line the problem is solved: alt text

But could anyone shed some light on actually what will be the impact if we do that? And eventually what do we need to change to fix the issue?

Thanks a lot!

link

answered 25.02.2020 at 02:47

a_v_a's gravatar image

a_v_a
(suspended)
accept rate: 0%

We had our custom groupId set for all packages(inluding our app, but also for the Portal packages) in the poms but it seems this is the reason why some functionalities are breaking. I reverted to the Axon.Ivy default groupId PortalTemplate, PortalKit, PortalStyle and the problem seems to be gone. alt text

link

answered 25.02.2020 at 03:15

xchatter's gravatar image

xchatter
(suspended)
accept rate: 0%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×44
×15
×2

Asked: 25.02.2020 at 02:15

Seen: 2,859 times

Last updated: 25.02.2020 at 06:07