Skip to content

Commit 7ed105e

Browse files
committed
[spalenque] - #14274 * add category slug to admin
1 parent 53917a5 commit 7ed105e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

software/code/ui/admin/OpenStackComponentCategoryAdminUI.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ public function updateCMSFields(FieldList $fields)
3434
$fields->push(new LiteralField("Title", "<h2>OpenStack Component Category</h2>"));
3535
$fields->push(new CheckboxField("Enabled", "Enabled"));
3636
$fields->push(new TextField("Name", "Name"));
37+
$fields->push(new TextField("Slug", "Slug"));
3738
$fields->push(new TextField("Description", "Description"));
3839

3940
if($this->owner->ID) {

0 commit comments

Comments
 (0)