Fixed not saving baufreigabe when no permission in Pipework

This commit is contained in:
Frank Schubert
2024-01-30 18:28:42 +01:00
parent 17e2f87c20
commit 7aaa73de39
2 changed files with 2 additions and 6 deletions

View File

@@ -152,7 +152,7 @@
foreach($terminations as $term): ?>
<?php if($bcount > 0): ?>
<tr id="termination-<?=$term->id?>-top-header" class="hidden" data-last-save="<?=$term->edit?>">
<tr id="termination-<?=$term->id?>-top-header" class="hidden">
<th>Anschluss</th>
<th>Tiefbau</th>
<th>Patch-/Kabeldaten</th>
@@ -590,10 +590,6 @@ function togglePipework(id) {
}
function validateWorkflowItem(id) {
// disable saving if timestamp changed
var required_fields = {
pop_id: "int",
schrank: "string",