We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I saw in the code we have a field type "probability":
twenty/packages/twenty-server/src/metadata/field-metadata/field-metadata.entity.ts
Line 30 in aa8d689
I don't think we should have both Probability and Rating. We should only keep one field type (probability)
Eventually this field type could have additional options to customize the display and values in the future
The text was updated successfully, but these errors were encountered:
Let's remove it!
Sorry, something went wrong.
OK I think this should be very quick (just a few lines of code to delete?), it doesn't seem to be used.
But Opportunity probability used to be of type rating I think? And now it's just a basic string? we should fix this and bring it back
CoreTeamTwenty
No branches or pull requests
I saw in the code we have a field type "probability":
twenty/packages/twenty-server/src/metadata/field-metadata/field-metadata.entity.ts
Line 30 in aa8d689
I don't think we should have both Probability and Rating. We should only keep one field type (probability)
Eventually this field type could have additional options to customize the display and values in the future
The text was updated successfully, but these errors were encountered: