mirror of
https://github.com/standardebooks/web.git
synced 2025-07-05 22:30:30 -04:00
Move delete form and more multi select fixes
This commit is contained in:
parent
93b8008c7e
commit
8e8cbb0c5e
10 changed files with 136 additions and 24 deletions
|
@ -677,7 +677,7 @@ final class Project{
|
|||
public static function FromMultiTableRow(array $row): Project{
|
||||
$object = Project::FromRow($row['Projects']);
|
||||
|
||||
if($row['Ebooks']->EbookId !== null){
|
||||
if($row['Projects']->EbookId !== null){
|
||||
$row['Ebooks']->EbookId = $object->EbookId;
|
||||
$object->Ebook = Ebook::FromRow($row['Ebooks']);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue