Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add/Edit course in Programs that has a non-empty Program Outcomes results in an exception #7

Open
ionparticle opened this issue Jul 30, 2014 · 0 comments

Comments

@ionparticle
Copy link
Contributor

I was able to duplicate the exception using the demo data setup by createStructureWithInitialData.sql:

  1. Goto Program Admin > Basket Weaving (Demo) > All degrees in Basket Weaving.
  2. Add or edit a course.

Screenshot of exception: http://i.imgur.com/16Mqjs2.png

The expected behaviour can be seen in the other Basket Weaving program:

  1. Goto Program Admin > Basket Weaving (Demo) > B.Sc. 4 year in Basket Weaving .
  2. Add or edit a course.

Poking at the lines causing the exception, I found that masteryOptionValues was empty when it tries to read from it. I can't find where Mastery Option Values is configured in the UI or where the code responsible for inserting it into the database is.

Resetting the database using createBlankStructure.sql, I tried to create an Organization, Program, Program Outcomes, and Course from scratch. Nowhere in the whole process does the mastery_option_values table gets a value inserted, so I'm quite confused.

Any help would be greatly appreciated, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant