-
Notifications
You must be signed in to change notification settings - Fork 20
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
Show correct author in Stud.IP #913
Comments
Related #903 |
It seems that Opencast saves the Dublin Core entry Example
Event from Opencast:
Possible solutions:
I prefer first solution as studip should know the uploader of the video. But this doesn't work for opencast studio recordings. Edit: |
|
Concept:
|
Set the OC presenter value as author because oc treats the dcc creator field as presenter.
Add input fields for adding and updating presenters.
Set the OC presenter value as author because oc treats the dcc creator field as presenter.
Add input fields for adding and updating presenters.
* Show correct author in video, fix #913 Set the OC presenter value as author because oc treats the dcc creator field as presenter. * Rename author to presenters in UI, ref #913 Add input fields for adding and updating presenters. * Show perm name first in access tooltip, ref #903 * Show contributors during video processing, ref #903 * Rename author to presenters in video table Also renames overseen author strings to presenters --------- Co-authored-by: Dennis Benz <dennis.benz@uos.de>
Currently the author of the event shown in Stud.IP is apparently the user of the last workflow in opencast:
This should be the author of the event in Stud.IP.
In this example Manuel is the only user not "administrator" because he has an actual respective Opencast user. Also the Author name is only set by a later cronjob instead of setting it directly (it should be known from the beginning).
The text was updated successfully, but these errors were encountered: