data-importer icon indicating copy to clipboard operation
data-importer copied to clipboard

[Feature]: Automaticaly set imported element userModification

Open root913 opened this issue 1 year ago • 2 comments

This PR solves problem of identifying who is the author of object change for manualy triggered imports.

As of now every object that was changed by import had userModification set to 0 (that is system user). This change introduce new column "userOwner" to queue table that by default is set to 0. If user manualy trigger import it's user id is passed to queue item and later in import process it is set to element userModification property. This will not affect automatic/cron imports.

root913 avatar Jul 16 '24 11:07 root913

CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅

github-actions[bot] avatar Jul 16 '24 11:07 github-actions[bot]

I have read the CLA Document and I hereby sign the CLA

root913 avatar Jul 16 '24 11:07 root913

I noticed that latest migration is specified in Installer class (method: getLastMigrationVersionClassName) - should i update it also?

root913 avatar Aug 20 '24 12:08 root913

@root913

I noticed that latest migration is specified in Installer class (method: getLastMigrationVersionClassName) - should i update it also?

That would be awesome yeah!

mattamon avatar Aug 21 '24 13:08 mattamon