Skip to content

Commit

Permalink
Updated DP001 tattler policy reference
Browse files Browse the repository at this point in the history
Updated new exit survey link
Enabled DEP solo positions
  • Loading branch information
BMWENING committed Oct 1, 2024
1 parent d577e27 commit 8170b7b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/Http/Controllers/API/v2/SoloController.php
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ public function postSolo(Request $request)
}

$position = strtoupper($request->input("position"));
if (!preg_match("/^([A-Z0-9]{2,3})_(TWR|APP|CTR)$/", $position)) {
if (!preg_match("/^([A-Z0-9]{2,3})_(TWR|APP|DEP|CTR)$/", $position)) {
return response()->api(generate_error("Malformed position."), 400);
}

Expand Down
2 changes: 1 addition & 1 deletion resources/views/emails/tattlers/transferpending.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

There is a transfer pending that is older than {{$days}} days.<br><br>

<p>Pursuant to DP001 12.8 - All transfer requests shall be processed within 7 days. If not processed within this period, the transfer request may be approved or denied by the Deputy Division Director, Air Traffic Services.</p>
<p>Pursuant to DP001 13-3 : All transfer requests shall be processed within 7 days. If not processed within this period, the transfer request may be approved or denied by the Deputy Division Director, Air Traffic Services.</p>

<table class="callout"
style="Margin-bottom: 16px; border-collapse: collapse; border-spacing: 0; margin-bottom: 16px; padding: 0; text-align: left; vertical-align: top;">
Expand Down
2 changes: 1 addition & 1 deletion resources/views/emails/user/removed.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<br><br>
Thank you for taking a step towards becoming a controller on VATSIM. To improve our onboarding process, please take a short survey about your experience. Your responses will remain anonymous.
<br>
<a href="https://form.jotform.com/80467151384155">https://form.jotform.com/80467151384155</a>
<a href="https://vats.im/vatusa-exit-survey">https://vats.im/vatusa-exit-survey</a>
@endif

<br><br>
Expand Down

0 comments on commit 8170b7b

Please sign in to comment.