when using the load a user account action there are two options for choosing the user. 1) you can pick a username from an autocomplete field, or 2) you can type in a static int for the uid. there appears to be neither support for writing a php snippet nor token replacement as there are for specifying things like this on most of the other actions.
is there any way to programmatically specify which user account you want to load?
i specifically need to load the user account for the author of a node that has already been loaded.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | user_load_input_eval-371640.patch | 691 bytes | derhasi |
Comments
Comment #1
fagoProbably the action just misses the defined fields for input evaluation.
Comment #2
derhasi commentedThis single simple patch might solve this issue (patched on current 6-1-dev).
Maybe there are a lot of other actions that might need input evaluator activated. Looks so for node load for example.
Comment #3
fagothanks, I also added the username. committed. Node-load should work, if not please file another patch.