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

Move directory api to commons ui #2103

Merged
merged 7 commits into from
May 29, 2024
Merged

Conversation

Meklo
Copy link
Contributor

@Meklo Meklo commented May 29, 2024

Copy link
Contributor

@Tristan-WorkGH Tristan-WorkGH left a comment

Choose a reason for hiding this comment

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

Missing update of @gridsuite/commons-ui in package.json dependencies.

Comment on lines +8 to +12
export function getIdOrValue(value: any) {
return typeof value !== 'string' ? value?.id ?? null : value;
}

export function getLabelOrValue(value: { id: string; label: string } | string) {
export function getLabelOrValue(value: any) {
Copy link
Contributor

Choose a reason for hiding this comment

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

why did you remove typescript check?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Compilation errors, too hard to properly type, seen with @flomillot

@Meklo Meklo requested a review from Tristan-WorkGH May 29, 2024 10:57
Copy link
Contributor

@Tristan-WorkGH Tristan-WorkGH left a comment

Choose a reason for hiding this comment

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

okay, will fix the any in another PR

@Meklo Meklo merged commit 6f2698c into main May 29, 2024
3 checks passed
@Meklo Meklo deleted the feat/remove_directory_api_calls branch May 29, 2024 14:50
Tristan-WorkGH added a commit that referenced this pull request May 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants