fix(episode): do not change slug when editing episode title

fixes #513
This commit is contained in:
Yassine Doghri 2024-08-14 10:30:43 +00:00
parent f75ffc2ea4
commit 35519f3a64

View File

@ -44,8 +44,7 @@
label="<?= esc(lang('Episode.form.title')) ?>"
hint="<?= esc(lang('Episode.form.title_hint')) ?>"
value="<?= esc($episode->title) ?>"
isRequired="true"
data-slugify="title" />
isRequired="true" />
<div>
<x-Forms.Label for="slug"><?= lang('Episode.form.permalink') ?></x-Forms.Label>