learnlinux / tuxlab-app

A Platform for Creating Interactive Linux Courses
GNU General Public License v3.0
7 stars 7 forks source link

[BUG] Show Information from all Labs #208

Closed DerekTBrown closed 8 years ago

DerekTBrown commented 8 years ago

@sandershihacker the code you use to show the labs in the course dashboard and lab listing assumes that these labs already exist in the course_records database. However, only labs which the user has already attempted will appear in the record. Instead, you need to be pulling this information from the courses database about the labs directly.