open create form for activity/project/customer in modals (#2025)
This commit is contained in:
@@ -34,7 +34,6 @@ class ActivityApiEditForm extends ActivityEditForm
|
||||
|
||||
$resolver->setDefaults([
|
||||
'csrf_protection' => false,
|
||||
'create_more' => false,
|
||||
]);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -34,7 +34,6 @@ class ProjectApiEditForm extends ProjectEditForm
|
||||
|
||||
$resolver->setDefaults([
|
||||
'csrf_protection' => false,
|
||||
'create_more' => false,
|
||||
]);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user