-
-
Notifications
You must be signed in to change notification settings - Fork 252
Copy File Definition: Process multiple objects with single api request #3163
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
Conversation
#3059 Bundle Size — 11.19MiB (-0.01%).62cdc9b(current) vs 19c3a42 main#3050(baseline) Warning Bundle contains 2 duplicate packages – View duplicate packages Bundle metrics
Bundle size by type
Bundle analysis report Branch jimtng:copy-text-file-bulk Project dashboard Generated by RelativeCI Documentation Report issue |
Signed-off-by: Jimmy Tanagra <[email protected]>
962fb9e
to
ee4faf4
Compare
Signed-off-by: Jimmy Tanagra <[email protected]>
Signed-off-by: Jimmy Tanagra <[email protected]>
Now that the core PR is merged, the feature is broken until this UI PR is also merged. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code LGTM, thanks!
I will trust you that this works.
I've just tried the latest snapshot. It seems to work. |
Depends on core PR: openhab/openhab-core#4734
This solves the problem with YAML format returning the
version
andthings
(oritems
) keys for each item in multi-select requests. By combining them into a single request, only one key will be returned at the top.See discussion in #3130 (comment)