-
Type:
Improvement
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 5.2 EE SP3 (5.2.7)
-
Fix Version/s: 5.2 EE SP4 (5.2.8)
-
Component/s: Polls, Staging, Staging > Export/Import
-
Labels:None
The create date and the modified date of polls are not preserved during a site import from a LAR file.
To address this issue, the create date and the modified date is now preserved during a site import. This same improvement also applies to publishing polls from staging.
API CHANGES:
Class: com.liferay.portlet.polls.service.PollsVoteLocalService
Method: addVote(long userId, long questionId, long choiceId)
Status: Deprecated
New method: addVote(long userId, long questionId, long choiceId, ServiceContext serviceContext)
Class: com.liferay.portlet.polls.service.PollsVoteLocalServiceUtil
Method: addVote(long userId, long questionId, long choiceId)
Status: Deprecated
New method: addVote(long userId, long questionId, long choiceId, ServiceContext serviceContext)
Class: com.liferay.portlet.polls.service.PollsVoteLocalServiceWrapper
Method: addVote(long userId, long questionId, long choiceId)
Status: Deprecated
New method: addVote(long userId, long questionId, long choiceId, ServiceContext serviceContext)
- is related to
-
LPS-8299 Polls: handle create/modified dates at import
- Closed