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 combobox initial selection #1012

Merged
merged 5 commits into from Sep 22, 2020

Conversation

bogdan-bondar
Copy link
Contributor

Fixes #1011

…fix the combobox initial selection rendering issue

Signed-off-by: Bogdan Bondar <Bogdan.Bondar@bosch.io>
…nder convertor, adapted code

Signed-off-by: Bogdan Bondar <Bogdan.Bondar@bosch.io>
…pted usage

Signed-off-by: Bogdan Bondar <Bogdan.Bondar@bosch.io>
… initial combobox selection, adapted corresponding usages

Signed-off-by: Bogdan Bondar <Bogdan.Bondar@bosch.io>
…he initial selection of Ds type, adapted code

Signed-off-by: Bogdan Bondar <Bogdan.Bondar@bosch.io>
@schabdo schabdo added the bug label Sep 22, 2020
Copy link
Contributor

@a-sayyed a-sayyed left a comment

Choose a reason for hiding this comment

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

looks good, only 1 minor remark
Thanks Bogdan! 👍

/**
* Element provides a distribution set id
* Element provides a distribution set info
*/
public interface DsIdAware {
Copy link
Contributor

Choose a reason for hiding this comment

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

minor: should we then rename the class to something like DsInfoAware?

@stefbehl stefbehl merged commit 16ce6f3 into eclipse:master Sep 22, 2020
@stefbehl stefbehl deleted the fix_combobox_selection branch September 24, 2020 11:44
@stefbehl stefbehl added this to the 0.3.0M7 milestone Sep 24, 2020
krishna-devolo pushed a commit to devolo/hawkbit that referenced this pull request Sep 23, 2021
* extended TargetFilterQueryAware interface with target filter name to fix the combobox initial selection rendering issue

Signed-off-by: Bogdan Bondar <Bogdan.Bondar@bosch.io>

* introduced ProxyTargetFilterQueryInfo for consistency and usage of binder convertor, adapted code

Signed-off-by: Bogdan Bondar <Bogdan.Bondar@bosch.io>

* removed ProxyIdNameVersion in favour of ProxyDistributionSetInfo, adapted usage

Signed-off-by: Bogdan Bondar <Bogdan.Bondar@bosch.io>

* changed DsIdAware to use ProxyDistributionSetInfo in order to fix the initial combobox selection, adapted corresponding usages

Signed-off-by: Bogdan Bondar <Bogdan.Bondar@bosch.io>

* changed ProxySystemConfigWindow to use the ProxyTypeInfo for fixing the initial selection of Ds type, adapted code

Signed-off-by: Bogdan Bondar <Bogdan.Bondar@bosch.io>
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.

Visual bug after migration to Vaadin 8
4 participants