mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-11 18:56:42 +02:00
fix: reorder podcast form fields + extract sync feeds to its own form
- update fields' styling - update icons contents
This commit is contained in:
parent
b047a3c670
commit
2d52fa1046
225 changed files with 292 additions and 699 deletions
|
|
@ -52,7 +52,7 @@ class PodcastPersonController extends BaseController
|
|||
return view('podcast/persons', $data);
|
||||
}
|
||||
|
||||
public function attemptAdd(): RedirectResponse
|
||||
public function attemptCreate(): RedirectResponse
|
||||
{
|
||||
$rules = [
|
||||
'persons' => 'required',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue