Hi @NateWr,
I would like to modify code, I am not really familiar with VueJS, I created a new question on forum:
I need to blocked all radio buttons on primary Locale of this template:
i found this file:
/lib/pkp/controllers/grid/languages/LanguageGridCellProvider.inc.php
case 'contextPrimary':
$primary = $element['primary'];
print_r($primary);
if (!$primary) {
$action = 'setPrimary-' . $row->getId();
$actionRequest = new AjaxAction($router->url($request, null, null, 'setContextPrimaryLocale', null, $actionArgs));
}
break;
Regards,
xavi.