mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
Merge pull request #599 from openclassify/dia
#1611 Delete installer error
This commit is contained in:
commit
64ccf9e026
@ -0,0 +1,9 @@
|
||||
var onAlertLinkClick = function () {
|
||||
$('.alert a').click(function (e) {
|
||||
e.stopPropagation()
|
||||
})
|
||||
};
|
||||
|
||||
$(document).ready(function () {
|
||||
onAlertLinkClick();
|
||||
});
|
||||
@ -55,6 +55,7 @@
|
||||
{{ asset_add("scripts.js", "visiosoft.theme.defaultadmin::js/theme/push.js") }}
|
||||
{{ asset_add("scripts.js", "visiosoft.theme.defaultadmin::js/theme/search.js") }}
|
||||
{{ asset_add("scripts.js", "visiosoft.theme.defaultadmin::js/theme/select2.js") }}
|
||||
{{ asset_add("scripts.js", "visiosoft.theme.defaultadmin::js/theme/alert.js") }}
|
||||
{{ asset_add("theme.js", "visiosoft.theme.base::js/jquery.maskedinput.js") }}
|
||||
{{ asset_add("theme.js", "visiosoft.theme.base::js/intlTelInput.min.js") }}
|
||||
{{ asset_add("theme.js", "visiosoft.theme.base::js/utils.js") }}
|
||||
|
||||
@ -30,8 +30,7 @@ class UsersFieldsSeeder extends Seeder
|
||||
{
|
||||
$namespace = 'users';
|
||||
$locked = 0;
|
||||
$stream = $streamRepository->findBy('slug', 'users');
|
||||
$assignmentConfig = 'a:0:{}';
|
||||
$stream = $streamRepository->findBySlugAndNamespace('users', 'users');
|
||||
|
||||
$customFields = [
|
||||
0 => [
|
||||
|
||||
Loading…
Reference in New Issue
Block a user