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

fix: change type of Menu order to double #19332

Merged
merged 1 commit into from May 13, 2024
Merged

Conversation

tltv
Copy link
Member

@tltv tltv commented May 8, 2024

Changing Menu#order type double and MenuData#order type to Double to match it with Hilla's ViewConfig type number.

Fixes: #19320

Changing `Menu#order` type double and `MenuData#order` type to Double to match it with Hilla's `ViewConfig` type `number`.

Fixes: #19320
Copy link

sonarcloud bot commented May 8, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

Copy link

github-actions bot commented May 8, 2024

Test Results

1 101 files  ± 0  1 101 suites  ±0   1h 25m 26s ⏱️ - 1m 13s
7 004 tests ± 0  6 955 ✅ ± 0  49 💤 ±0  0 ❌ ±0 
7 378 runs  +11  7 317 ✅ +11  61 💤 ±0  0 ❌ ±0 

Results for commit 8e36b50. ± Comparison against base commit d55d933.

tltv added a commit to vaadin/hilla that referenced this pull request May 8, 2024
Changing ClientViewMenuConfig order field type from Long to Double to match with Flow's RouteData and Menu annotation.

Related-to: vaadin/flow/issues/19332
@tltv
Copy link
Member Author

tltv commented May 8, 2024

Merging this will break Hilla's ClientViewMenuConfig record which has Long type for order, so that has to be changed to Double too. PR is prepared here vaadin/hilla#2401.

@mshabarov mshabarov merged commit e8f91fc into main May 13, 2024
26 checks passed
@mshabarov mshabarov deleted the fix/19320-menu-order-double branch May 13, 2024 07:19
vaadin-bot pushed a commit that referenced this pull request May 13, 2024
Changing `Menu#order` type double and `MenuData#order` type to Double to match it with Hilla's `ViewConfig` type `number`.

Fixes: #19320
mshabarov pushed a commit that referenced this pull request May 13, 2024
Changing `Menu#order` type double and `MenuData#order` type to Double to match it with Hilla's `ViewConfig` type `number`.

Fixes: #19320

Co-authored-by: Tomi Virtanen <tltv@vaadin.com>
taefi pushed a commit to vaadin/hilla that referenced this pull request May 13, 2024
Changing ClientViewMenuConfig order field type from Long to Double to match with Flow's RouteData and Menu annotation.

Related-to: vaadin/flow/issues/19332

Co-authored-by: Anton Platonov <platosha@gmail.com>
vaadin-bot pushed a commit to vaadin/hilla that referenced this pull request May 13, 2024
Changing ClientViewMenuConfig order field type from Long to Double to match with Flow's RouteData and Menu annotation.

Related-to: vaadin/flow/issues/19332

Co-authored-by: Anton Platonov <platosha@gmail.com>
platosha added a commit to vaadin/hilla that referenced this pull request May 14, 2024
chore: change ClientViewMenuConfig order type (#2401)

Changing ClientViewMenuConfig order field type from Long to Double to match with Flow's RouteData and Menu annotation.

Related-to: vaadin/flow/issues/19332

Co-authored-by: Tomi Virtanen <tltv@vaadin.com>
Co-authored-by: Anton Platonov <platosha@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

@Menu order should be a double
4 participants