mirror of
https://github.com/silverstripe/silverstripe-externallinks.git
synced 2024-10-22 17:05:44 +02:00
FIX Reference alias for this inside javascript closure - report now works on initial load
This commit is contained in:
parent
60893a87b1
commit
4f0df463df
@ -91,7 +91,7 @@
|
|||||||
success: function(data) {
|
success: function(data) {
|
||||||
// No report, so let user create one
|
// No report, so let user create one
|
||||||
if (!data) {
|
if (!data) {
|
||||||
this.buttonReset();
|
self.buttonReset();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user