Skip to content

Commit d2929f4

Browse files
authored
Show the plugin name in the update screen (#41537)
* Show the plugin name in the update screen * cs ---------
1 parent e41bae2 commit d2929f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build/media_source/com_joomlaupdate/js/default.es6.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -541,6 +541,7 @@ Joomla = window.Joomla || {};
541541
const pluginTitleTableCell = tableRow.querySelector('.exname');
542542
pluginTitleTableCell.innerHTML = `${Joomla.sanitizeHtml(pluginTitleTableCell.innerHTML)}
543543
<div class="small">
544+
${document.querySelector(`td[data-extension-id="${plugin.extension_id}"]`) ? '' : ` - ${plugin.name}`}
544545
<span class="badge bg-warning">
545546
<span class="icon-warning"></span>
546547
${Joomla.Text._('COM_JOOMLAUPDATE_VIEW_DEFAULT_POTENTIALLY_DANGEROUS_PLUGIN')}

0 commit comments

Comments
 (0)