While calling the migrateContent method for scripting, some methods on content can have errors like getTitle() if we need to migrate this metadata.
Then we should have :
_verbosePrint({ toString: function() {"<b>Content</b>: " + content.getLanguage() + "/" + content.getName() + " (" + content.getId() + ")<br/>" + "         " + content.getTitle() }});
Instead of :
_verbosePrint("<b>Content</b>: " + content.getLanguage() + "/" + content.getName() + " (" + content.getId() + ")<br/>" + "         " + content.getTitle() );
See web-script-binding.xml
- Bloque
-
CMS-9329 Create a script to migrate all multilingualString attributes on contents
- Closed