You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changing the parameter values to true works. But with withmetadata=true the request takes much longer (about 4 times longer) to complete on my test instance.
Beside the faulty code I noticed no (visible) bugs caused by it.
The text was updated successfully, but these errors were encountered:
It doesn't really cause bugs, but I guess they saw that it doesn't add the publications, and so they pulled the publications for every video separately. #26 fixes and removes that.
On line 302 in lib.php the boolean parameters
sign
,withmetadata
andwithpublications
are set to '1'. This has no effect, at least with Opencast 11.8.Changing the parameter values to
true
works. But withwithmetadata=true
the request takes much longer (about 4 times longer) to complete on my test instance.Beside the faulty code I noticed no (visible) bugs caused by it.
The text was updated successfully, but these errors were encountered: