File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ public function initialize(array $config): void
3838 parent ::initialize ($ config );
3939
4040 $ this ->setTable ('access_point_contacts ' );
41- $ this ->setDisplayField ('id ' );
41+ $ this ->setDisplayField ('name ' );
4242 $ this ->setPrimaryKey ('id ' );
4343
4444 $ this ->addBehavior ('Timestamp ' );
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ public function initialize(array $config): void
3939 parent ::initialize ($ config );
4040
4141 $ this ->setTable ('power_supplies ' );
42- $ this ->setDisplayField ('id ' );
42+ $ this ->setDisplayField ('name ' );
4343 $ this ->setPrimaryKey ('id ' );
4444
4545 $ this ->addBehavior ('Timestamp ' );
Original file line number Diff line number Diff line change 3535 </aside>
3636 <div class="column-responsive column-90">
3737 <div class="powerSupplies view content">
38- <h3><?= h ($ powerSupply ->id ) ?> </h3>
38+ <h3><?= h ($ powerSupply ->name ) ?> </h3>
3939 <table>
4040 <tr>
4141 <th><?= __ ('Id ' ) ?> </th>
You can’t perform that action at this time.
0 commit comments