Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Node publishes are tagged to Umbraco Default User (id: -1) #676

Closed
fbpenalosa opened this issue Oct 3, 2024 · 1 comment
Closed

Node publishes are tagged to Umbraco Default User (id: -1) #676

fbpenalosa opened this issue Oct 3, 2024 · 1 comment

Comments

@fbpenalosa
Copy link

fbpenalosa commented Oct 3, 2024

Describe the bug
Node publishes are tagged to Umbraco Default User (id: -1).

To Reproduce
Steps to reproduce the behavior:

  1. Login to Umbraco using a user that is not the default user (id: -1)
  2. Run USync import
  3. 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
image

However, all the published nodes were tagged to the default umbraco user (id: -1)
image

Note: the screenshot above is by using a special package called Diplo Content Log Viewer which pulls from the umbracoLog table
image

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
image

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.

@KevinJump
Copy link
Owner

Hi

I will check this, i am not sure it's true on v13 (but i will double check).

the v12 branch of Umbraco is Out of support and such so is uSync so I'm afraid we won't be fixing this for Umbraco 12

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants