contentLib.publish return _path

http://repo.enonic.com/public/com/enonic/xp/docs/6.4.2/docs-6.4.2-libdoc.zip!/module-lib_xp_content.html#.publish

Its easier for a human log reader to understand _path rather than _id…

So perhaps add another parameter to contentLib.publish

Name	Type	Attributes	Default	Description
return	string	<optional>	_id	What to return (_id, _path, content, data.myid)

Hi… We’ll keep returning the _id for now to keep the response minimal. You can always lookup the content for more info later.