close #352 Fixed: Not running migrations on module install
This commit is contained in:
@ -231,7 +231,7 @@
|
||||
}
|
||||
|
||||
if (json['installed']) {
|
||||
window.location = '{{ url("apps/" . $module->slug) }}';
|
||||
window.location = json['installed'];
|
||||
}
|
||||
},
|
||||
error: function(xhr, ajaxOptions, thrownError) {
|
||||
|
Reference in New Issue
Block a user