-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 6.2.X EE, 7.0.X EE, Master
-
Labels:
-
Story Points:1
-
Fix Priority:3
-
Git Pull Request:
Description:
If the Scheduler is disabled, Web Content articles that have an expiration date do not show in the Asset Publisher.
Steps to Reproduce:
In a clean Liferay Portal bundle:
1. Set scheduler.enabled=false in portal-ext.properties.
2. Start Liferay.
3. Add an Asset Publisher to a page
4. Create a new Web Content article in an Asset Publisher and set it to expire in 2 minutes. (make sure the year is correct on the date)
5. Check the page after 2+ minutes.
Expected:
Article is still visible because the scheduler is disabled and article status is still Approved.
Actual:
Article is not visible even though the scheduler is disabled and article status is Approved.
- causes
-
LPS-71777 Cant add a web content article now when the scheduler is disabled because there are no values being passed in to JournalArticleLocalServiceImpl#addArticle for the display date
- Closed