muyangye commented on issue #1879: URL: https://github.com/apache/streampipes/issues/1879#issuecomment-1741736165
Hi @dominikriemer sorry for the late response I was really busy the past week. I have made a [PR](https://github.com/apache/streampipes/pull/1981) that should make default selection and selectAll match show only recommended setting. For example, if the user toggles the `Show Only Recommended` slider to the right, then `SELECT ALL` will only select the properties whose property scope is the same as desired property scope (this is also true for the default selection since `Show Only Recommended` is default slided to the right). Otherwise, `SELECT ALL` will select all available properties. Basically the UI and the backend are in sync now. The result of my particular problem also changed to the expected behavior:  Please take a look at the PR. I sincerely appreciate your suggestion! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
