phpvms/app/Database/seeds
B.Fatih KOZ 65015cbce2
Move SimBrief aircraft selection to Controller (#1093)
* Move SimBrief aircraft selection to Controller

Instead of passing subfleets to blade (and doing two foreach loops and ifs to populate the dropdown), we are building a proper aircraft list here.

Did not removed $subfleets from data being passed to blade on purpose, it may be removed later on.

* Style Fix

* Update aircraft selection blade to use $aircrafts

* Order generated Aircrafts collection

First ICAO then Registration

* Add privatized name setting for simbrief

To prevent possible privacy issues according to latest regulations.

* Add privatized name to SimBrief form

It is controlled with a setting, if not enabled we will not pass any names to SimBrief via API (this will result users SimBrief membership name being used at the OFP as before)
2021-03-22 10:55:33 -04:00
..
dev Add missing aircraft_id to sample data 2021-03-19 18:47:02 -04:00
prod Multiple ticket crash fixes (#347) 2019-08-07 12:32:49 -04:00
.gitkeep Reorganized folders to try to clean up the root folder a bit 2017-12-14 10:38:10 -06:00
DatabaseSeeder.php Fixes for installer/modules race condition (#883) 2020-10-21 13:28:54 -04:00
modules.yml Installing and managing modules from admin panel (#847) 2020-10-19 10:10:28 -04:00
permissions.yml Installing and managing modules from admin panel (#847) 2020-10-19 10:10:28 -04:00
settings.yml Move SimBrief aircraft selection to Controller (#1093) 2021-03-22 10:55:33 -04:00