Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
60b73b48
Commit
60b73b48
authored
Jun 04, 2015
by
Matt Drayer
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #8361 from edx/asadiqbal08/SOL-946
SOL-946
parents
dc5f6503
815e4080
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
2 deletions
+7
-2
cms/static/js/certificates/models/certificate.js
+7
-2
No files found.
cms/static/js/certificates/models/certificate.js
View file @
60b73b48
...
...
@@ -18,10 +18,15 @@ function (_, str, Backbone, BackboneRelational, BackboneAssociations, gettext, C
var
Certificate
=
Backbone
.
RelationalModel
.
extend
({
idAttribute
:
"id"
,
defaults
:
{
// Metadata fields currently displayed in web forms
course_title
:
''
,
org_logo_path
:
''
,
// Metadata fields not currently displayed in web forms
name
:
'Name of the certificate'
,
description
:
'Description of the certificate'
,
course_title
:
'Title of the course'
,
org_logo_path
:
''
,
// Internal-use only, not displayed in web forms
version
:
1
,
is_active
:
false
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment