-
-
Notifications
You must be signed in to change notification settings - Fork 429
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
[REST] New actions API requires localization of labels and descriptions #3303
Comments
What would you expect openHAB to return? The language configured? |
I would expect the same result as for other REST endpoints, like for example channel-tyoe. I tested again channel-type this morning in API Explorer (Main UI) and the returned labels and descriptions are in French in my case. |
Fix openhab#3303 Signed-off-by: Laurent Garnier <lg.hc@free.fr>
Hopefully, the fix was really easy after checking how it is handled in other REST endpoints (like thing-types for example). |
Fix #3303 Signed-off-by: Laurent Garnier <lg.hc@free.fr>
Fix openhab#3303 Signed-off-by: Laurent Garnier <lg.hc@free.fr> Signed-off-by: Boris Krivonog <boris.krivonog@inova.si>
Fix openhab#3303 Signed-off-by: Laurent Garnier <lg.hc@free.fr> GitOrigin-RevId: c079f2c
The REST API returning the list of actions should localize the labels and descriptions.
This was not done in PR #2810
The text was updated successfully, but these errors were encountered: