Skip to content
This repository has been archived by the owner on Jun 6, 2019. It is now read-only.

Commit

Permalink
Merge pull request #57 from edx/renzo/fix-authoring-app
Browse files Browse the repository at this point in the history
Allow restructured authoring app to be bundled
  • Loading branch information
Renzo Lucioni committed Dec 4, 2015
2 parents 2f67621 + 52ff9b9 commit 65e26d6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion build.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@
{
name: 'js/apps/program_admin_app_dev',
exclude: ['js/common']
}
},
{
name: 'js/apps/program_admin_app',
exclude: ['js/common']
},
]
})
2 changes: 1 addition & 1 deletion programs/static/js/models/program_model.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ define([
},

initialize: function() {
this.url = this.urlRoot + this.id;
this.url = this.urlRoot + this.id + '/';
},

validateOrganizations: function( orgArray ) {
Expand Down

0 comments on commit 65e26d6

Please sign in to comment.