Skip to content
Snippets Groups Projects
Commit 89bf73b8 authored by Yassine Doghri's avatar Yassine Doghri
Browse files

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

fixes #513
parent 6a2cdd06
No related branches found
No related tags found
No related merge requests found
Pipeline #18789 passed
Pipeline: Castopod

#18794

    Pipeline: Castopod

    #18793

      Pipeline: castopod.org

      #18792

        ......@@ -44,8 +44,7 @@
        label="<?= esc(lang('Episode.form.title')) ?>"
        hint="<?= esc(lang('Episode.form.title_hint')) ?>"
        value="<?= esc($episode->title) ?>"
        required="true"
        data-slugify="title" />
        required="true" />
        <div>
        <Forms.Label for="slug"><?= lang('Episode.form.permalink') ?></Forms.Label>
        ......
        0% Loading or .
        You are about to add 0 people to the discussion. Proceed with caution.
        Finish editing this message first!
        Please register or to comment