Release of v5.0.0-beta2

Add view list and single name fix. Add component code name fix. Add reset list of powers.
This commit is contained in:
2024-04-09 13:54:59 +02:00
parent b988010b79
commit b2c9daa455
50 changed files with 3747 additions and 3722 deletions

View File

@ -131,18 +131,18 @@ defined('_JEXEC') or die;
<script type="text/javascript">
// #jform_add_php_view listeners for add_php_view_vvvvwba function
// #jform_add_php_view listeners for add_php_view_vvvvwaz function
jQuery('#jform_add_php_view').on('keyup',function()
{
var add_php_view_vvvvwba = jQuery("#jform_add_php_view input[type='radio']:checked").val();
vvvvwba(add_php_view_vvvvwba);
var add_php_view_vvvvwaz = jQuery("#jform_add_php_view input[type='radio']:checked").val();
vvvvwaz(add_php_view_vvvvwaz);
});
jQuery('#adminForm').on('change', '#jform_add_php_view',function (e)
{
e.preventDefault();
var add_php_view_vvvvwba = jQuery("#jform_add_php_view input[type='radio']:checked").val();
vvvvwba(add_php_view_vvvvwba);
var add_php_view_vvvvwaz = jQuery("#jform_add_php_view input[type='radio']:checked").val();
vvvvwaz(add_php_view_vvvvwaz);
});