lsuits / OBSOLETE--DO-NOT-USE--gradebook_moodle

LSU's fork of Moodle for gradebook changes
GNU General Public License v3.0
2 stars 1 forks source link

bug in QE #6

Closed rrusso closed 12 years ago

rrusso commented 12 years ago

From Carey:

When instructors open the Quick Edit page for a manual item, the entry box is greyed-out, like the way Quizzes & Activities do before you click the override. There is no override option there, so grades cannot be entered. Liz Swoope and Patricia Suchy have posted in the Beta testers forum about this.

Also, I can view the QuickEdit window for my course items, but not for other instructors' courses. When I click the QE symbol, I get the error message that I don't have permission to view that.

From Robert:

They are also able to edit category totals even though that option is off.

philcali commented 12 years ago

@rrusso: you issue is a simple matter of checking the configuration. Carey's issue also stems from a bug in the no_override_cat_totals where a flipped boolean is causing manual items to be recognized as an overridable item (whoops!)

Quick edit should adhere to the setting.

rrusso commented 12 years ago

???

The config is correct. Any timeframe on a fix?

philcali commented 12 years ago

Today. It's a bug in no_override_cat_totals. I don't know what's he's talking about this:

Also, I can view the QuickEdit window for my course items, but not for other instructors' courses. When I click the QE symbol, I get the error message that I don't have permission to view that.

I guess make sure course creator's have the right capability of view quick edit?

rrusso commented 12 years ago

Thanks, that makes sense. Looking into the privs now.

rrusso commented 12 years ago

I fixed the permission issue. Checking with Carey to see if it resolved the issue.