Skip to content

Commit f3b89f1

Browse files
authored
Fix: Updated Joomla content form with proper tab handling, field rendering, and conditional visibility for images and metadata fields. (#45044)
1 parent f385871 commit f3b89f1

File tree

1 file changed

+2
-3
lines changed
  • components/com_content/tmpl/form

1 file changed

+2
-3
lines changed

components/com_content/tmpl/form/edit.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,8 @@
5151
<?php echo HTMLHelper::_('uitab.addTab', $this->tab_name, 'editor', Text::_('COM_CONTENT_ARTICLE_CONTENT')); ?>
5252
<?php echo $this->form->renderField('title'); ?>
5353

54-
<?php if (is_null($this->item->id)) : ?>
55-
<?php echo $this->form->renderField('alias'); ?>
56-
<?php endif; ?>
54+
<?php echo $this->form->renderField('alias'); ?>
55+
5756

5857
<?php echo $this->form->renderField('articletext'); ?>
5958

0 commit comments

Comments
 (0)