Ver Fonte

fixed row functions primaryKey in edit form

Piotr Labudda há 8 anos atrás
pai
commit
50012c7efb
1 ficheiros alterados com 1 adições e 1 exclusões
  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' => [