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

Add default value toggle for both single and multi user columns #14777

Merged
merged 5 commits into from
Oct 14, 2024

Conversation

aptkingston
Copy link
Member

Description

This PR adds a default value setting for both single and multi user columns. The setting is just a toggle that will set the default value to the current user ID.

Single:
image

Multi:
image

Result:
image
image

Copy link

qa-wolf bot commented Oct 11, 2024

QA Wolf here! As you write new code it's important that your test coverage is keeping up.
Click here to request test coverage for this PR!

const STRING_TYPE = FieldType.STRING
const NUMBER_TYPE = FieldType.NUMBER
const JSON_TYPE = FieldType.JSON
const DATE_TYPE = FieldType.DATETIME
Copy link
Member Author

Choose a reason for hiding this comment

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

Just removing these aliases as they serve no purpose.

@aptkingston aptkingston marked this pull request as ready for review October 11, 2024 15:29
@aptkingston
Copy link
Member Author

The broken lint will be fixed by another open PR to master.

Copy link
Contributor

@deanhannigan deanhannigan left a comment

Choose a reason for hiding this comment

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

LGTM!

@aptkingston aptkingston merged commit 3fb59c2 into v3-ui Oct 14, 2024
11 checks passed
@aptkingston aptkingston deleted the default-values-for-user-column branch October 14, 2024 13:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants