|
|
@@ -488,7 +488,7 @@ class Route_ViewTableAjax extends RouteBase {
|
|
|
'msgs' => [ 'href' => "index.php?_route=TableMsgs&_task=tableRow&idTable=".$acl->getID()."&idRow={0}", 'ico' => 'glyphicon glyphicon-envelope', 'title' => "Wiadomości" ],
|
|
|
];
|
|
|
$rowFunctionsOut = [ 'P5UI__FeatureRowFunctions', [
|
|
|
- 'id' => $record['ID'],
|
|
|
+ 'id' => $record[ $acl->getPrimaryKeyField() ],
|
|
|
'functions' => $featureFunctions,
|
|
|
'showLabels' => true,
|
|
|
'viewMoreDropdown' => [
|