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

Removal of reference to PaperUI #9905

Merged
merged 1 commit into from
Jan 22, 2021
Merged

Removal of reference to PaperUI #9905

merged 1 commit into from
Jan 22, 2021

Conversation

Hilbrand
Copy link
Member

Related to #8607.

In some cases removed information that is actually generic information and should not be in binding readme.

Related to openhab#8607.

In some cases removed information that is actually generic information and should not be in binding readme.

Signed-off-by: Hilbrand Bouwkamp <[email protected]>
final JsonElement itemLabel = jo.remove("itemLabel");
jo.addProperty("itemLabel", groupLabel + "#" + itemLabel.getAsString());
} else if (StringUtils.isNotEmpty("groupId")) {
} else if (groupId != null && !groupId.isEmpty()) {
Copy link
Member Author

Choose a reason for hiding this comment

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

Also removed StringUtils in this class. But this actually looks like a bug.

Copy link
Member

@wborn wborn left a comment

Choose a reason for hiding this comment

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

Thanks for your help with this @Hilbrand!

@wborn wborn merged commit 8889762 into openhab:main Jan 22, 2021
@wborn wborn added this to the 3.1 milestone Jan 22, 2021
@Hilbrand Hilbrand deleted the 8607 branch January 22, 2021 09:18
lsiepel added a commit to lsiepel/openhab-addons that referenced this pull request Feb 9, 2021
themillhousegroup pushed a commit to themillhousegroup/openhab2-addons that referenced this pull request May 10, 2021
Related to openhab#8607.

In some cases removed information that is actually generic information and should not be in binding readme.

Signed-off-by: Hilbrand Bouwkamp <[email protected]>
Signed-off-by: John Marshall <[email protected]>
thinkingstone pushed a commit to thinkingstone/openhab-addons that referenced this pull request Nov 7, 2021
Related to openhab#8607.

In some cases removed information that is actually generic information and should not be in binding readme.

Signed-off-by: Hilbrand Bouwkamp <[email protected]>
marcfischerboschio pushed a commit to bosch-io/openhab-addons that referenced this pull request May 5, 2022
Related to openhab#8607.

In some cases removed information that is actually generic information and should not be in binding readme.

Signed-off-by: Hilbrand Bouwkamp <[email protected]>
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.

2 participants