abgreeve / moodle-block_stash

Engage your students! Gamify your courses by hiding objects for your students to find.
5 stars 13 forks source link

Tradecenter: Clicking on item select dropdown fails with console error #18

Closed PhMemmel closed 1 year ago

PhMemmel commented 1 year ago

Going to the tradecenter and clicking "select an item" fails with a console error.

Further debugging shows that this is due to a "non existing database" table, because of a hard coded database prefix in classes/swap_handler.php in method get_swappable_items().

abgreeve commented 1 year ago

Great catch. I've created a fix and I'll include this in the next release.