Skip to content
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

JumpSeat Travel No results found #17

Closed
northway opened this issue Jan 6, 2024 · 3 comments
Closed

JumpSeat Travel No results found #17

northway opened this issue Jan 6, 2024 · 3 comments

Comments

@northway
Copy link

northway commented Jan 6, 2024

Hi!

After updating the Disposable Basic module, the JumpSeat Travel widget doesn't list any airports.

Can you help us find what's broke?

  • PHP version: 8.1
  • phpVMS version: 7.0.0-beta.5+230828.61433c
  • Disposable Basic version: v3.5.7
@FatihKoz
Copy link
Owner

FatihKoz commented Jan 6, 2024

Hi,

Possible causes;

  • Javascript cross origin errors (CORS) caused by wrong .env definitions.
    check browser console and your APP_URL in .env, be sure it starts with https if you are using SSL and don't forget cleaning application cache.
  • Faulty app.blade.php to support recent changes required for ajax powered dropdowns.
    needs updated theme, including duplicates you have like your own theme
  • Faulty jumpseat.blade.php to support recent changes required for ajax powered dropdowns.
    original release is working fine, check any duplicated blades you have or your custom changes

Hope the above helps or gives you some clues to figure out the error and fix.

I am 100% sure that DispoBasic and JumpSeat travel widget is fully compatible with ajax powered dropdowns and working fine, thus closing this issue.

@FatihKoz FatihKoz closed this as completed Jan 6, 2024
@northway
Copy link
Author

northway commented Jan 6, 2024

Thank you for the pointers!

The app.blade.php in our theme contained and outdated JS code.

Now, everything works as intended!

@FatihKoz
Copy link
Owner

FatihKoz commented Jan 6, 2024

Great news 😉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants