Details
-
Bug
-
Status: Closed
-
Resolution: Fixed
-
7.0.1 CE GA2
-
4
-
Regression Bug
Description
Reproduced on:
Tomcat 8.0.32 + MySQL 5.6.29. Portal master GIT ID: eeb0daf46756a77c24984bf345089ce61df8abfb.
Not Reproducible on earlier commit:
Tomcat 8.0.32 + MySQL 5.6.29. Portal master GIT ID: 965ae0b17522b2423953229f9ca1f915269a1722.
Steps to Reproduce - Calendar:
- Go to Control Panel > Virtual Instances
- Add New Virtual Instance
- Login to new portal instance
- Add Calendar to the Welcome page
- Add event
- Save event
- Click on event in the scheduler
- Click Delete
Expected Result:
Event can be deleted.
Actual Result:
Event is not deleted.
Steps to Reproduce - Forms:
- Go to Control Panel > Virtual Instances
- Add New Virtual Instance
- Login to new portal instance
- Go to Content > Forms
- Go to portlet settings > Data Providers
- Add data provider
- Name: Liferay Countries
- Username: [email protected]
- Password: test
- URL: http://localhost:8080/api/jsonws/country/get-countries
- Stored Attribute: name
- Displayed Attribute: nameCurrentValue
- Save
- Add new Form with select field connected to Data Provider
- Save form
- Go to Liferay site
- Add page
- Add Form portlet to the page
- Select created form with data provider
- Save
- Attempt to select entries in select field
Expected Result:
Entries are present.
Actual Result:
Data provider entries are not populated.
Error thrown in both steps:
com.liferay.portal.security.service.access.policy.exception.NoSuchEntryException: No SAPEntry exists with the key {companyId=32618, name=SYNC_TOKEN}
Attachments
Issue Links
- is caused by
-
SYNC-1600 Service access is rejected when authenticated by OAuth
-
- Closed
-