-
Type:
Story
-
Status: Closed
-
Priority:
Minor
-
Resolution: Completed
-
Affects Version/s: 6.2.0 CE M4
-
Fix Version/s: 6.2.0 CE M4
-
Component/s: Dynamic Data Mapping, Portal Services, Portal Services > Legacy
-
Labels:
-
Epic/Theme:
-
Git Pull Request:
Currently we provide
public DDMTemplate copyTemplate(
long userId, long templateId, Map<Locale, String> nameMap,
Map<Locale, String> descriptionMap, ServiceContext serviceContext)
throws PortalException, SystemException
It makes sense to also have
public DDMTemplate copyTemplate(
long userId, long templateId, ServiceContext serviceContext)
throws PortalException, SystemException {...}
- is related to
-
LPS-32353 Add a method to copy structures respecting name and description
-
- Closed
-