Skip to content

Commit da50167

Browse files
committed
fix ticket-0794
1 parent 8b89155 commit da50167

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/html/ship/shipcommunication.twig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
<div class="box_body">
2222
<form method="post" action="{{ SHIP.getType.getModuleView.getPhpPage }}">
2323
<input type="hidden" name="id" value="{{ SHIP.getId }}" />
24+
<input type="hidden" name="sstr" value="{{ SESSIONSTRING }}" />
2425
<table class="tcal">
2526
<tr>
2627
<th>Sende Broadcast an alle Kolonien und Stationen im Umkreis von einem Feld</th>

tests/inttest/html/__snapshots__/AllViewControllerTest--SPACECRAFT_VIEWS-SHOW_SPACECRAFT_COMMUNICATION.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
<div class="box_body">
4040
<form method="post" action="ship.php">
4141
<input type="hidden" name="id" value="42">
42+
<input type="hidden" name="sstr" value="MOCKED_SESSIONSTRING">
4243
<table class="tcal">
4344
<tr>
4445
<th>Sende Broadcast an alle Kolonien und Stationen im Umkreis von einem Feld</th>

0 commit comments

Comments
 (0)