mirror of
https://github.com/getnamingo/registry.git
synced 2025-05-21 03:49:19 +02:00
Big improvement in CP flows
This commit is contained in:
parent
7c2e6d4388
commit
f3fa1f1855
15 changed files with 244 additions and 961 deletions
|
@ -72,12 +72,9 @@ class SupportController extends Controller
|
|||
'categories' => $categories
|
||||
]);
|
||||
}
|
||||
|
||||
return view($response, 'admin/support/view.twig', [
|
||||
'categories' => $categories,
|
||||
'subject' => $subject,
|
||||
]);
|
||||
|
||||
|
||||
$this->container->get('flash')->addMessage('success', 'Support ticket ' . $subject . ' has been created successfully!');
|
||||
return $response->withHeader('Location', '/support')->withStatus(302);
|
||||
}
|
||||
|
||||
$db = $this->container->get('db');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue