Compare commits
3 Commits
kdmccormic
...
v1.4.13
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f9d5987488 | ||
|
|
493d5df8fa | ||
|
|
cf4f806d76 |
12
openedx.yaml
12
openedx.yaml
@@ -2,8 +2,12 @@
|
||||
# http://open-edx-proposals.readthedocs.io/en/latest/oeps/oep-0002.html#specification
|
||||
|
||||
nick: grbk
|
||||
oeps: {}
|
||||
owner: schenedx
|
||||
supporting_teams:
|
||||
- masters-devs
|
||||
tags:
|
||||
- frontend-app
|
||||
- masters
|
||||
oeps:
|
||||
oep-2: true # Repository metadata
|
||||
openedx-release: {ref: master}
|
||||
owner:
|
||||
type: team
|
||||
team: edx/masters-devs-gta
|
||||
|
||||
@@ -456,7 +456,7 @@ export default class Gradebook extends React.Component {
|
||||
);
|
||||
const emailHeadingLabel = 'Email*';
|
||||
|
||||
headings = headings.map(heading => ({ label: heading, key: heading, width: 'col' }));
|
||||
headings = headings.map(heading => ({ label: heading, key: heading, width: 'col-1' }));
|
||||
|
||||
// replace username heading label to include additional user data
|
||||
headings[0].label = userInformationHeadingLabel;
|
||||
|
||||
Reference in New Issue
Block a user