-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Attach user info to content. #6204
Comments
To my knowledge, you need to implement this yourself, e.g. from a content part where you store the user's ID and then load it when necessary. |
The hard part is implementing a |
I suggest you look around in the |
We discussed this at the meeting last week https://www.youtube.com/watch?v=hexujWzGV14 The code to look at for similarities on picker design would be the Probably the thing blocking implementing this in Orchard Core at the moment (for me) is the use of a int Can anyone in the team comment as to why we use the document id for the (semi related #5409) @kevinchalet I wonder if you had any involvement with the original choice there, or opinions on it? |
Glad to hear that. frankly i was disappointed about lack of this feature and i think it is something to be implement as builtin feature. actually the need for this feature originated from assigning user info to content items in workflow tasks and i think user specific tasks are lacking in workflow for that matter. |
@deanmarcussen sorry i don't know why the user id is the doc id so tied the the store. Looks good to have an uid added to the |
This issue is getting old. I should probably work on it since I'm concerned by this issue. This should be a requirement before shipping RC2 because afterward migrating all the user data and people module extensions might become more complex. |
RC2 is released but still no milestone specified.Have you done something regarding this? |
Is there any way to attach user info to content type? something like user field.allowing us to attach multiple user to instance of a content item.
The text was updated successfully, but these errors were encountered: