grant table displays correct scope list, addresses #518

pull/544/merge
Justin Richer 2013-11-27 10:41:19 -05:00
parent d3dbb00e77
commit ca5288e182
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ var ApprovedSiteView = Backbone.View.extend({
this.$el.html(this.template(json));
$('.scope-list', this.el).html(this.scopeTemplate({scopes: this.options.client.get('scope'), systemScopes: app.systemScopeList}));
$('.scope-list', this.el).html(this.scopeTemplate({scopes: this.model.get('scope'), systemScopes: app.systemScopeList}));
this.$('.dynamically-registered').tooltip({title: 'This client was dynamically registered'});
this.$('.whitelisted-site').tooltip({title: 'This site was whitelisted by an adminstrator'});