Skip to content

Commit

Permalink
[BF] - Setting ports as prewired - state stays 'available' - fixes is…
Browse files Browse the repository at this point in the history
…landbridgenetworks/IXP-Manager#77
  • Loading branch information
yannrobin committed Oct 26, 2017
1 parent 96454ef commit 5c3de38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/patch-panel-port/edit.foil.php
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ interface is discouraged for lifecycle changes.
<?php if ( $t->prewired ): ?>
<?= Former::hidden( 'state' )
->id( 'state' )
->value( $t->ppp->getState() )
->forceValue( \Entities\PatchPanelPort::STATE_PREWIRED )
?>
<?php endif; ?>

Expand Down

0 comments on commit 5c3de38

Please sign in to comment.