nodesToCopy
1.0.3 moved the setting of nodesToCopy StringList from the agents to the getDOMInodeNamesToCopy function in domiUtilsBE. This avoids duplication across the create and update agents.
Steps to migrate are:
- Cut the code setting
nodesToCopy.contentin the create or update agent. - Add to the Case statement in
getDOMInodeNamesToCopyfor the relevant meeting service(s). - Paste the code setting
nodesToCopy.content. You will just need to change the StringList variable name fromnodesToCopytoresult. - Remove the declaration of
nodesToCopyin the agents and remove it as a parameter todomiCreateMeeting()/domiUpdateMeeting()- the methods take only the meeting service type now.