Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Castopod
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Ad Aures
Castopod
Commits
89bf73b8
Commit
89bf73b8
authored
7 months ago
by
Yassine Doghri
Browse files
Options
Downloads
Patches
Plain Diff
fix(episode): do not change slug when editing episode title
fixes
#513
parent
6a2cdd06
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#18789
passed
7 months ago
Stage: prepare
Stage: quality
Stage: release
Stage: deploy
Stage: build
Pipeline: Castopod
#18794
Pipeline: Castopod
#18793
Pipeline: castopod.org
#18792
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
themes/cp_admin/episode/edit.php
+1
-2
1 addition, 2 deletions
themes/cp_admin/episode/edit.php
with
1 addition
and
2 deletions
themes/cp_admin/episode/edit.php
+
1
−
2
View file @
89bf73b8
...
...
@@ -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>
...
...
This diff is collapsed.
Click to expand it.
Yassine Doghri
@yassinedoghri
mentioned in commit
7c98b55a
·
7 months ago
mentioned in commit
7c98b55a
mentioned in commit 7c98b55aa9f620c0355e26f5aef21f78caeaebd2
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment