Linework Import Script
This commit is contained in:
@@ -28,10 +28,6 @@ foreach (WorkflowvalueModel::getAll() as $workflowvalue) {
|
||||
$Workflowvalues[$workflowvalue->object_id][$workflowvalue->item_id] = $workflowvalue;
|
||||
}
|
||||
|
||||
/**
|
||||
* Baut aus einem Spreadsheet alle direkten Abzweigkabel-Daten auf (src ⇒ dest ⇒ Werte)
|
||||
* inkl. Main-Fallback-Werte für jeden Eintrag.
|
||||
*/
|
||||
function buildBranchContext(Spreadsheet $book, array $parentCtx = []): array
|
||||
{
|
||||
$ctx = [];
|
||||
|
||||
Reference in New Issue
Block a user