-
Type:
Regression Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: Master
-
Fix Version/s: 7.0.0 DXP FP45, 7.0.6 CE GA7, 7.0.0 DXP SP8, 7.0.X, 7.1.0 M2, 7.1.X, Master
-
Component/s: Portal Configuration > Portal Instances
-
Branch Version/s:7.0.x
-
Backported to Branch:Committed
-
Story Points:1
-
Fix Priority:3
-
Last Working Version:
-
Git Pull Request:
Consider a Liferay deployment with a virtual instance other than the one created by default. Users on this instance (without admin rights) would not be able to see their own workflow submissions.
Steps to reproduce
- Create a Virtual Instance
- Log as admin.
- Go to Control Panel > Configuration > Virtual Instances
- Click on the "+" FAB.
- For Web Id, Virtual Host and Mail Domain, enter an alternative network name of your machine.
- Your portal is likely accessible via localhost:8080 but your machine will likely have an alternative network name. Use this other name.
- Save it.
- Login to new instance
- Add a user and assign user to Liferay site
- Login to created user.
- Open the left panel.
- Observe the options under the user's seciton.
- Restart server.
- Log in with created user.
- Open the left panel.
- Observer the options under the user's section.
Expected result
- In step 6, the following menus appear:
- My Submissions.
- My Sync Devices
- Notifications
- My Subscriptions
- My Organizations
- In step 10, we would see the same options from step 6.
Actual results
Workaround
There is a workaround to this issue:
- Connect to Gogo Shell.
- Restart each missing module.
For example, I connected to Gogo Shell and searched for the Sync Web module, stopped and started it:
g! lb | grep 'Sync Web' 615|Active | 10|Liferay Sync Web (1.0.12) true g! stop 615 g! start 615
Then we looked for Workflow Web:
g! lb | grep 'Workflow Web' 169|Active | 10|Liferay Portal Workflow Web (1.0.0) true g! stop 169 g! start 169
Notifications:
g! lb | grep 'Notifications Web' 491|Active | 10|Liferay Notifications Web (1.0.25) 550|Active | 10|Liferay Push Notifications Web (1.0.10) true g! stop 491 g! start 491
My Subscriptions:
g! lb | grep 'My Subscriptions' 488|Active | 10|Liferay My Subscriptions Web (1.0.6) true g! stop 488 g! start 488
My Organizations:
g! lb | grep 'Users Admin Web' 635|Active | 10|Liferay Users Admin Web (2.5.0) true g! stop 635 g! start 635