open-craft / xblock-simplevideo

Tutorial to create a custom XBlock. It will allow to display a video in a course, using oEmbed, and record when the student finishes watching it.
http://antoviaque.org/docs/edx/xblock/tutorial.html
9 stars 2 forks source link

Simplevideo menu label missing in advanced #4

Open natea opened 10 years ago

natea commented 10 years ago

I've installed Simplevideo in my Open edX devstack environment, but when I go to add it, the text "Simplevideo" isn't appearing on the advanced screen. See attached screenshot. The green highlight when clicked successfully adds the Simplevideo component.

screenshot 2014-07-21 09 10 04

antoviaque commented 10 years ago

This is likely because it uses the display_name attribute, which isn't set on this older XBlock. You can either add it and send a PR (most welcomed : ) ), otherwise I'll add a task to the backlog, @mtyaka is doing similar updates on the other XBlocks.