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
Describe the bug
Node publishes are tagged to Umbraco Default User (id: -1).
To Reproduce
Steps to reproduce the behavior:
Login to Umbraco using a user that is not the default user (id: -1)
Run USync import
You would see from the logs that the finished import is tagged to the current user. However, the published contents are tagged to the umbraco default user (id: -1)
Expected behavior
I would assume that the user who triggered the import should be tagged on the following published events.
Screenshots
In these screenshots, I'm testing using 2 umbraco accounts:
id: -1
username: Default Umbraco User
Id: 2
username: Sample User (I'm logged in as this when I ran the import)
When the import finishes it was clearly tagged to the current user
However, all the published nodes were tagged to the default umbraco user (id: -1)
Note: the screenshot above is by using a special package called Diplo Content Log Viewer which pulls from the umbracoLog table
I wonder if this is a normal behavior?
About your Site (please complete the following information):
Umbraco Version: 12.3.6
uSync Version: 12.2.3
Browser : Chrome
Additional context
Related inquiry: What is the difference between Import vs Full Import in contents
I do noticed that Full Import does import more stuff (and thus more items getting tagged with the default user) but I can't pinpoint the exact difference for contents.
The text was updated successfully, but these errors were encountered:
Describe the bug
Node publishes are tagged to Umbraco Default User (id: -1).
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I would assume that the user who triggered the import should be tagged on the following published events.
Screenshots
In these screenshots, I'm testing using 2 umbraco accounts:
id: -1
username: Default Umbraco User
Id: 2
username: Sample User (I'm logged in as this when I ran the import)
When the import finishes it was clearly tagged to the current user
However, all the published nodes were tagged to the default umbraco user (id: -1)
Note: the screenshot above is by using a special package called Diplo Content Log Viewer which pulls from the umbracoLog table
I wonder if this is a normal behavior?
About your Site (please complete the following information):
Additional context
Related inquiry: What is the difference between Import vs Full Import in contents
I do noticed that Full Import does import more stuff (and thus more items getting tagged with the default user) but I can't pinpoint the exact difference for contents.
The text was updated successfully, but these errors were encountered: