You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a suggestion for enhance function readExistingPackageXML of your awesome extension.
Current: When I have a package.xml with more than one block of a type (ex: Flow), function readExistingPackageXML will identify only the lasted block and ignore the others.
Future: I think we should combine all element in all block have the same type and de-duplicate them.
So I made a change in your code and it works for me.
Change code in around line 686 from: mpExistingPackageXML[name] = members;
to
Hi Vignaesh,
I have a suggestion for enhance function readExistingPackageXML of your awesome extension.
Current: When I have a package.xml with more than one block of a type (ex: Flow), function readExistingPackageXML will identify only the lasted block and ignore the others.
Future: I think we should combine all element in all block have the same type and de-duplicate them.
So I made a change in your code and it works for me.
Change code in around line 686 from:
mpExistingPackageXML[name] = members;
to
Result:
Can you take a look in this suggestion.
Thank you very much for your extension!
The text was updated successfully, but these errors were encountered: