Karajr1 Posted January 9, 2021 Report Share Posted January 9, 2021 Hello, after i have uploaded my fleet in cvs file the aircraft has no location yet. But if I manual add an aircraft I can choose its location and this is going to take along time is there a work around? Thanks Jerry Quote Link to comment Share on other sites More sharing options...
Administrators ProAvia Posted January 9, 2021 Administrators Report Share Posted January 9, 2021 Have you looked at the aircraft table in the database? I believe there is an "airport_id" field. My guess is that you need to include that "airport_id" field in the aircraft CSV file and have an actual airport ID in it before you import the aircraft file. Quote Link to comment Share on other sites More sharing options...
Administrators Nabeel Posted January 16, 2021 Administrators Report Share Posted January 16, 2021 I believe there's a github issue for this - the initial starting column is missing from the csv Quote Link to comment Share on other sites More sharing options...
Karajr1 Posted January 23, 2021 Author Report Share Posted January 23, 2021 Nabeel, do you have a link to this on github? Thanks Jerry Quote Link to comment Share on other sites More sharing options...
Administrators Nabeel Posted January 27, 2021 Administrators Report Share Posted January 27, 2021 It's in the header Quote Link to comment Share on other sites More sharing options...
LesJar Posted September 6, 2021 Report Share Posted September 6, 2021 I just fixed this in a PR which is awaiting inclusion , along with other csv fixes I found that were needed Quote Link to comment Share on other sites More sharing options...
DisposableHero Posted September 6, 2021 Report Share Posted September 6, 2021 I saw those PR's and kindly informed you about the main requirements. I see you merged them in one PR, which is kind of mandatory but still failing a simple style check When you click the Details link, it will show you the errors in red and possible solutions in green lines. So here in this particular file, you have 2 non necessary spaces First one is before the public, second one is after the comma. Deleting those spaces then saving the file will let the code to continue processing your changes. Every PR needs to pass some checks, these may be simple styling checks or complete build tests. And every PR has to run/pass those tests on their own 'cause they are threated as separate applications. They may work on your local environment without proper styling but this is not the case for being approved as core changes. Hopes this little info helps and you fix that simple style error, pass the tests and they get approved afterwards. Quote Link to comment Share on other sites More sharing options...
LesJar Posted September 7, 2021 Report Share Posted September 7, 2021 Thank you for your time explaining the issue with STYLE , yes that is something important to consider when making changes to PHPVMS v7. 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.