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
When I sync a post the author gets reset to the admin user. If I manually change it in the wp-admin interface it and then sync again from Platen it resets back to admin instead of my username.
The text was updated successfully, but these errors were encountered:
I found where is the issue, but don't know enough to fix it... the problem is on scripts/models/Post.js, on line 26:
data.wordPressId = 0;
The user 0 (admin) is hardcoded. I usually delete admin from my wp, so can't use Platen. On a fresh install, it works flawlessly.
As far as I can see, I'd have to upload the whole changed thing to be able to test the solution, if the author could add some tips on how to install the app without having to upload, I'd appreciate that.
When I sync a post the author gets reset to the admin user. If I manually change it in the wp-admin interface it and then sync again from Platen it resets back to admin instead of my username.
The text was updated successfully, but these errors were encountered: