-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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 custom fields #1300
Closed
Closed
Fix custom fields #1300
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Kick-start project
…ements-phase1 Installer improvements
…tovers Release migration and improvements to the database
…cess-token-table-column Added expires_at column to personal_access_tokens table
Bouncer hotfix
* fix initial tax per item issue * remove commit in estimate storage * add changes in tax per item calculation * add validation on requests * fix minimum total issue * fix table pagination filter issue * minor fix * remove compound interest and remove unused code --------- Co-authored-by: yashkanakiya <[email protected]> Co-authored-by: dhruvbhattt <[email protected]> Co-authored-by: gdarko <[email protected]>
* Fix: Error related to undefined Backup::size() * Fix: Disable signals if PCNTL isn't loaded to avoid fatal error (Fixes SIGINT is not defined on environments that are missing the PCNTL library)
* Fix locales issue InvoiceShelf#43 * Adding open-direction bottom to the language multiselect
* add s3compat filesystem driver * add s3compat ui modal * fix code style
* add company vat_id & tax_id field * add tax & vat id field in company settings * fix vat & tax id validation * add german vat & tax id translation * add translations for pdf * add vat_id and tax_id field before timestamps * make fields nullable and fix code style
* add crater media model type migration * migrate all morph type fields * fix code style * migrate custom_field_values
* fix EnvironmentManager updateEnv * fix EnvironmentManager encode method * fix code style
* Add Libyan Dinar (LD) * Fix code style
* Include lang/ dir in the build * Bump version
Fix custom fields
Create 2024_05_22_223547_replace_crater_custom_fields.php
Closing this PR, wrong target repository. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I tested latest master branch, and it still has leftover model name Crater for custom fields.
Custom fields were broken due to leftover of Model name Crater.
Created migration to fix this.
This pr could fix #50.
cc: @tnga @gdarko