Skip to content

Commit

Permalink
fix(episode): do not change slug when editing episode title
Browse files Browse the repository at this point in the history
fixes #513
  • Loading branch information
yassinedoghri committed Sep 18, 2024
1 parent f75ffc2 commit 35519f3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions themes/cp_admin/episode/edit.php
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 35519f3

Please sign in to comment.