MscrmTools / MscrmTools.PortalRecordsMover

Export/Import Dynamics 365 portal records
GNU General Public License v3.0
18 stars 13 forks source link

Duplicate css files #22

Closed peterf11 closed 4 years ago

peterf11 commented 4 years ago

When a web file (css) is moved from one environment to another and the the css file has been updated the target record ends up with 2 web files (original and new)

MscrmTools commented 4 years ago

Can you be more precise on what is the update operation you are talking about? Portal records mover maintain the GUID of records so I don’t understand how is this possible

peterf11 commented 4 years ago

UNCLASSIFIED If I update a CSS web file record in DEV (by deleting the note and adding a new one) and then copy that record to TEST I end up with a web file record with 2 notes.

Note: I am only doing it this way because the Portal Code Editor currently has a problem with editin CSS web files.

From: MscrmTools notifications@github.com Sent: Thursday, 3 October 2019 1:48 PM To: MscrmTools/MscrmTools.PortalRecordsMover MscrmTools.PortalRecordsMover@noreply.github.com Cc: Foley, Peter Peter.Foley@casa.gov.au; Author author@noreply.github.com Subject: Re: [MscrmTools/MscrmTools.PortalRecordsMover] Duplicate css files (#22)

Can you be more precise on what is the update operation you are talking about? Portal records mover maintain the GUID of records so I don't understand how is this possible

- You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/MscrmTools/MscrmTools.PortalRecordsMover/issues/22?email_source=notifications&email_token=ANLXFDYO3M6OQOQJ7LV3EE3QMVTQXA5CNFSM4I44DXY2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEAG4BXI#issuecomment-537772253, or mute the threadhttps://github.com/notifications/unsubscribe-auth/ANLXFD65MG3S7DFTVCXEZ43QMVTQXANCNFSM4I44DXYQ.

IMPORTANT:

This email may contain confidential or legally privileged information and may be protected by copyright. It remains the property of the Civil Aviation Safety Authority and is meant only for use by the intended recipient. If you have received it in error, please notify the sender immediately by reply email and delete all copies, together with any attachments.

MscrmTools commented 4 years ago

Ok, that makes perfect sense! Portal Records Mover should handle the fact to keep only one annotation per web file, the one coming from source.

And for information, I just released a new version of Portal Code Editor that fixes the CSS issue