jrangelardila / moodle-format_buttons

Buttons is a Moodle course format that creates a menu with buttons in javascript to access the sections, one by one.
https://moodle.org/plugins/format_buttons
GNU General Public License v3.0
11 stars 20 forks source link

Erro on edit couse topic label on last version!! #48

Open tpramos opened 4 days ago

tpramos commented 4 days ago

Moodle 4.5, plugin version 1.8 On edit course topic get a error. SELECT s.* FROM {course_sections} s JOIN {course} c ON s.course = c.id WHERE s.id = ? AND c.format = ? [array ( 0 => '85380', 1 => 'pluginname', )] Error code: invalidrecordunknown

Apparently the c.format field is not being replaced by correct name and variable name sent to select..

image01 image02

tpramos commented 4 days ago

I change line 282, and edition back works! image