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(SFT-1621): form submission table names being incorrectly converted to camel case during migration #1661

Merged
merged 2 commits into from
Nov 27, 2024

Conversation

seandelaney
Copy link
Contributor

@seandelaney seandelaney commented Nov 27, 2024

Fixes #1648

  • My Test Form --> myTestForm
  • My Super Long Disgusting Gross Filthy Form Handle Name And Stuff Hello --> mySuperLongDisgustingGrossFilthyFormHandleNameAndStuffHello
  • Covid 19 Test --> covid19test
  • Dash Form --> dash-form
  • Under Score Form --> under_score_form
  • Long Form Name with Super Gross mix of numbers and characters and such --> longFormNameWithSuperGross69MixOfNumbersAndCharactersAndSuch
  • COVID19 --> covid19

Copy link
Contributor

@kjmartens kjmartens left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👌

@kjmartens kjmartens merged commit de84fd1 into v5 Nov 27, 2024
4 checks passed
@kjmartens kjmartens deleted the fix/SFT-1621-form-submission-table-names branch November 27, 2024 21:42
kjmartens pushed a commit that referenced this pull request Nov 29, 2024
…on (#1661)

* fix(SFT-1621): form submission table names being incorrectly converted to camel case during migration
* fix(SFT-1540): removed  string helper function when cleaning handles
kjmartens pushed a commit that referenced this pull request Nov 29, 2024
…on (#1661)

* fix(SFT-1621): form submission table names being incorrectly converted to camel case during migration
* fix(SFT-1540): removed  string helper function when cleaning handles
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

MySQL said: Table 'db-name.craft_freeform_submissions_form-name' doesn't exist
3 participants