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.
| Status | New | ⇒ | Closed |
| Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2025-09-26 11:31:42 |
| Closed_By | ⇒ | rdeutz |
closing this for now just tested it again and it is working
confirmed
@rdeutz