Fix federation scope dropdown
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
parent
d1f3e1de96
commit
3d1f6a041d
|
@ -111,7 +111,7 @@
|
|||
*/
|
||||
show: function(context) {
|
||||
this._context = context;
|
||||
var currentlyActiveValue = $('#'+context.target.closest('form').id).find('.icon-checkmark > input')[0].value;
|
||||
var currentlyActiveValue = $('#'+context.target.closest('form').id).find('input[type="hidden"]')[0].value;
|
||||
|
||||
for(var i in this._scopes) {
|
||||
this._scopes[i].active = false;
|
||||
|
|
Loading…
Reference in New Issue