mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
MINOR Bubbling up GridField row edit event in AssetAdmin.js so default behaviour for files (not folders) can kick in
This commit is contained in:
parent
8b8de0564c
commit
e99b2e9d31
@ -41,6 +41,8 @@
|
||||
$('.cms-container').loadPanel(url);
|
||||
return false;
|
||||
}
|
||||
|
||||
this._super(e);
|
||||
}
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user