Active
Project:
Entityform
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
8 Jun 2015 at 22:56 UTC
Updated:
26 Feb 2019 at 15:22 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
greg boggsComment #2
memcinto commentedAgreed - this would be very useful. Particularly because of all the "edit own" "view own" "delete own" permissions, it makes it hard to switch owners of an entityform submission without hacking the database directly. Which I have done, not happily.
Comment #3
knipnehpets commentedDitto this. Still really need it.
Comment #4
ramya balasubramanian commentedHi,
I cant able to get this point. Change Entity Form author in the sense, do u guys are telling about changing the author of an entityform type or entityform submission author.
Here in this version, we are not capturing the entityform type author. So please explain what's the issue?
Comment #5
capysara commentedIf I understand correctly, the question is referring to the submission author. Entityform automatically collects the 'submitter' (see screenshot). In my use case, I would like to change the submitter from the username of the original submitter to 'anonymous' when the user becomes inactive in my system.
If I've misunderstood the original question, then please disregard.
I'm using 2.0-rc1.
Comment #6
dinotav commentedI have the same problem.
I need to create a entityform submission on behalf of another user.
Example: I have many papper submissions to add to the entityform and I need choose the author of each submission.
Comment #7
joelpittetI haven't done this but you may be able to create a Views Bulk Operations to change the uid property.
Comment #8
capysara commentedI'm not sure if this meets the need of the OP, but, VBO worked for me. joelpittet you're correct, you can use VBO to change the user. Thanks so much! You can use the built-in VBO 'change owner' to change the submitter to another user.
For my purposes, I wanted to change the user to anon, so I had to create a custom rule, which I added to my VBO for my entityform submissions, and used the custom rule to change the entityform submitter (entityform:user) to anonymous. I used this as a starting point (modified slightly for entityform instead of node) and it worked great: https://www.drupal.org/project/rules/issues/687162#comment-11302953.