WIP ConstructionConsent & update-statusflags script

This commit is contained in:
Frank Schubert
2024-12-18 19:49:18 +01:00
parent 0e6489ce20
commit 9c73bf4faf
7 changed files with 264 additions and 21 deletions

View File

@@ -85,7 +85,7 @@ $pagination_entity_name = "Zustimmungserklärungsprojekte";
</tr>
<?php foreach($projects as $project): ?>
<tr>
<td><?=$project->name?></td>
<td><a href="<?=self::getUrl("ConstructionConsent", "", ["filter" => ["project_id" => $project->id]])?>"><?=$project->name?></a></td>
<td>
<?php if(is_array($project->networks) && count($project->networks)): ?>
<ul>