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; ?>
Labels |
Removed:
?
|
Labels |
Added:
No Code Attached Yet
|
Labels |
Added:
bug
|
Should be fixed with beta3, please retest.
confirmed
@rdeutz