Przeglądaj źródła

fixed row functions primaryKey in edit form

Piotr Labudda 8 lat temu
rodzic
commit
50012c7efb
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      SE/se-lib/Route/ViewTableAjax.php

+ 1 - 1
SE/se-lib/Route/ViewTableAjax.php

@@ -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' => [