Mark,
I just noticed that records (nodes) created with the editablefields module show the author as "anonymous," and not as the actual author of the node.
For example:
I create a node as the admin, but it shows the node created by "anonymous."
Do you know of any fix for this?
Thanks,
Glenn
Comments
Comment #1
roshjoseph commentedI had the same issue. It was because the node table was not getting updated with the UID. I included an update statement in my module to update the node table with the UID. This corrected the problem.
Comment #2
gmclelland commentedCould you post the code or a patch file?
Comment #3
markfoodyburton commentedIs this still an issue?
Comment #4
mengi commentedPer https://drupal.org/node/2148735, 5.x is longer maintained so issue is closed.
Comment #5
mengi commented