-
Notifications
You must be signed in to change notification settings - Fork 159
Fix the days to use 0 in flight importer #1983
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Closes #1982 Use `0` instead of `null` to follow the `setDays()` function and have a proper match for `firstorNew()`
From my understanding PR for v7 should be pushed against the |
Honestly, I have no idea anymore where to push or what to edit Arthur. This change is mainly for the v7 release as people will have problems, also it should be applied to v8 dev for preventing future problems. |
Yeah we need to clarify all this, I'm also confused... @nabeelio will confirm but from my understanding:
|
* Fix module menu icon * Update FlightImporter.php Closes #1982 Use `0` instead of `null` to follow the `setDays()` function and have a proper match for `firstorNew()` --------- Co-authored-by: Nabeel S. <99736+nabeelio@users.noreply.github.com>
* Version output fixes (#1954) * Set the label to be blank * Fix how the version is parsed when there's no pre-release version specified * Update the latest metadata * Correctly output the build metadata * Update the version file * Version Tweaks * Set the mode and incrementals * Tweaks to version file * fix: fix hcaptcha sitekey tag (#1979) * [7.x] Add log viewer (#1972)a * add opcodesio/log-viewer * set up with custom permission --------- Co-authored-by: Nabeel S. <nabeelio@users.noreply.github.com> * Fix pint workflow (#1974) * [7.x] Add `access_admin` gate (#1975) * Add access_admin gate * Add example in seven theme nav * Add missing ',' in email-plain.blade.php (#1987) * Update airport IDs/ICAOs to enforce 8-character format (#1988) * Update airport IDs/ICAOs to 8 chars * Add nullable (L11 support) * Update FlightImporter.php (#1983) * Fix module menu icon * Update FlightImporter.php Closes #1982 Use `0` instead of `null` to follow the `setDays()` function and have a proper match for `firstorNew()` --------- Co-authored-by: Nabeel S. <99736+nabeelio@users.noreply.github.com> * Register UpdateSimBriefData Listener (#1999) * Update default activity log retention time (#2000) * Merge commit from fork * Optimize JournalRepository (#2007) * Remove vendor from .htaccess (#1994) * Move policies * update guessPolicyNamesUsing * wip * Run pint * Fixes float -> int overflow problem in certain systems. Fixes float -> int overflow problem in certain systems. * Add Refresh Token System for OAuth Tokens (#1997) * Add OAuthTokens refresh logic * Add tests * Run pint * Update IVAO tokens policy * Update tests --------- Co-authored-by: Nabeel S. <99736+nabeelio@users.noreply.github.com> * Aircraft's FIN should be unique (#2015) * Add Pre-Commit Hooks (#1993) * Add pre commit hooks * Fix hooks registration * Fix hooks permissions * Test pre commit hooks * Update pint workflow --------- Co-authored-by: Nabeel S. <99736+nabeelio@users.noreply.github.com> * Update PirepFiled.php (#2036) Do not load relationships of the `pirep` model while using it for notifications. * Update Notification (PirepFiled) (#2036) * Update PirepFiled.php Do not load relationships of the `pirep` model while using it for notifications. * Update NotificationEventsHandler.php Add `->withoutRelations()` call to outgoing mails --------- Co-authored-by: Nabeel S. <99736+nabeelio@users.noreply.github.com> * Merge branch 'feature/8.0' (#2041) * Run rector * Run rector * update packages * refactor RolePolicy --------- Co-authored-by: Nabeel S. <nabeelio@users.noreply.github.com> Co-authored-by: Arthur Hetem <arthurhetemgames@gmail.com> Co-authored-by: B.Fatih KOZ <fatih.koz@gmail.com> Co-authored-by: Nabeel S. <99736+nabeelio@users.noreply.github.com> Co-authored-by: Taylor Broad <taylorbroad@gmail.com> Co-authored-by: Fikret Anıl Haksever <anilhaksever@gmail.com>
Closes #1982
Use
0
instead ofnull
to follow thesetDays()
function and have a proper match forfirstorNew()