-
-
Notifications
You must be signed in to change notification settings - Fork 106
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
Author field revert back to orginal creator #370
Comments
Is this on a vanilla Umbraco & Articulate install? |
Yep. |
Hi, I thought this might be due to the way I have installed the package, so I have uninstalled and reinstalled it from the CMS. (uninstalled it from the packages sections, and did Uninstall-Package from Package Manager Console) - Then I did a fresh install. I copied a dump of the request & the response back: The author = "Jane Doe" which revert back to "Hussein Khraibani"
],
], },
}, }, |
You can try to do a clean/vanilla install with Umbraco and Articulate without changing anything and see if that is the cause. Here's the code that updates content on save when values are empty to give you an idea of what is happening: https://github.com/Shazwazza/Articulate/blob/develop/src/Articulate/Components/ArticulateComponent.cs#L181 |
Hi @Shazwazza, every time I change the author field to a new author after I press save & publish it keep reverting back to the original creator.
Umbraco v8.14.1
Articulate v4.3.2
The text was updated successfully, but these errors were encountered: