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

Fix: Spelling mistake of $date['id']; references to unlock instead of mod; varchar length #59

Merged
merged 3 commits into from
Jun 21, 2023

Commits on Jun 21, 2023

  1. Fix: DataTable jquery library throwing null value error upon table in…

    …sert
    
    I suspect, unlike the awards.js table where user input prompts for an id, because the id for game mods is an autoincrement value in the game_mod database table the function isn't pulling down the new value upon insertion and complaining about a null value.
    
    This is a possibly temporary fix until I can wrap my head around this specific problem and have ajax handle the table reload as seems to be the way it's handled in other pages within the gamedata module.
    darth3pio committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    321d4d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c86ef5d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3a6101f View commit details
    Browse the repository at this point in the history