No Code Attached Yet bug
avatar ceford
ceford
7 Sep 2025

Using Joomla 6 Beta 2: create an article (with a field). Make some changes so there is a version history. View the Versions popup. There is no marker for the current version. In administrator/components/com_contenthistory/tmpl/history/modal.php there is code to add the marker on line 85:

<?php if ($item->sha1_hash == $hash) : ?>
    <span class="icon-star" aria-hidden="true"></span><span class="visually-hidden"><?php echo Text::_('JCURRENT'); ?></span>
<?php endif; ?>
avatar ceford ceford - open - 7 Sep 2025
avatar ceford ceford - change - 7 Sep 2025
Labels Removed: ?
avatar joomla-cms-bot joomla-cms-bot - change - 7 Sep 2025
Labels Added: No Code Attached Yet
avatar joomla-cms-bot joomla-cms-bot - labeled - 7 Sep 2025
avatar brianteeman
brianteeman - comment - 7 Sep 2025

confirmed

@rdeutz

avatar richard67 richard67 - change - 8 Sep 2025
Labels Added: bug
avatar richard67 richard67 - labeled - 8 Sep 2025
avatar rdeutz
rdeutz - comment - 16 Sep 2025

Should be fixed with beta3, please retest.

Add a Comment

Login with GitHub to post a comment