-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
4244-Kanban-Column-Menu #4640
4244-Kanban-Column-Menu #4640
Conversation
Hi @charlesBochet const { selectFieldMetadataItem } = useContext(RecordBoardContext); therefore while creating new record I'm unable to provide selectFieldMetadataItem.name |
...ont/src/modules/object-record/utils/computeRecordBoardColumnDefinitionsFromObjectMetadata.ts
Show resolved
Hide resolved
Hey @Kanav-Arora not an easy one, thanks for taking it! For the "hide" part we don't want to navigateToSelectSettings but instead we'd want to leverage views (viewFields) to save the visible columns like we do on the traditional list views. As for your above question, could you do something like this? (not tested)
|
Hey @FelixMalfait |
I have also commented on discord. Félix — Yesterday at 2:54 PM Kanav Arora — Yesterday at 4:35 PM Félix — Today at 10:21 AM charles — Today at 12:57 PM |
Bonus point: have a virtual column for items that don't have a select value than we can chose to display or not (cc @thomas) Edit: this was completed |
Hey @Kanav-Arora, still working on this one? Or should we close the PR for now? |
@Kanav-Arora I'm closing this PR to keep the PR history clean but feel free to re-open it when you pick it again |
Would be great if you do! Will be very cool to have this! |
Yes, happy to review it when it's ready! |
Note -> I think we should create ViewGroup object instead of kanbanOptions column we mentioned above |
Closes #4244