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

UserSession language endpoint shall always work with JSON values #286

Closed
teosarca opened this issue Apr 5, 2017 · 1 comment
Closed

Comments

@teosarca
Copy link
Member

teosarca commented Apr 5, 2017

What is the current behavior?

  • PUT /userSession/language - accepts "AD_Language" string as body
  • GET /userSession/language - returns "AD_Language" string

What is the expected or desired behavior?

  • PUT /userSession/language - shall accept { "en_US" : "bla bla" }
  • GET /userSession/language - shall return { "en_US" : "bla bla" }
  • GET / - the language which is contained in that response shall be in same format (and not only the language code)
@teosarca teosarca added this to the 2017-14 milestone Apr 5, 2017
metas-ts added a commit to metasfresh/metasfresh that referenced this issue Apr 7, 2017
[#1282](#1282) Exception splitting aggregate HU with UOM that has no UOMType
[#618](metasfresh/metasfresh-webui-frontend-legacy#618) Done button is not responding
[#614](metasfresh/metasfresh-webui-frontend-legacy#614) When the language is switched widgets shall be invalidated/refreshed
[#286](metasfresh/metasfresh-webui-api-legacy#286) UserSession language endpoint shall always work with JSON values
[#605](metasfresh/metasfresh-webui-frontend-legacy#605) When opening a process panel, the first field shall be focus by default
[#604](metasfresh/metasfresh-webui-frontend-legacy#604) Mandatory lookup fields are not marked as error
[#599](metasfresh/metasfresh-webui-frontend-legacy#599) Action button remains gray if the process execution fails
[#587](metasfresh/metasfresh-webui-frontend-legacy#587) Language Switcher for WebUI

me-45
metas-ts added a commit to metasfresh/metasfresh that referenced this issue Apr 7, 2017
[#1282](#1282) Exception splitting aggregate HU with UOM that has no UOMType
[#618](metasfresh/metasfresh-webui-frontend-legacy#618) Done button is not responding
[#614](metasfresh/metasfresh-webui-frontend-legacy#614) When the language is switched widgets shall be invalidated/refreshed
[#286](metasfresh/metasfresh-webui-api-legacy#286) UserSession language endpoint shall always work with JSON values
[#605](metasfresh/metasfresh-webui-frontend-legacy#605) When opening a process panel, the first field shall be focus by default
[#604](metasfresh/metasfresh-webui-frontend-legacy#604) Mandatory lookup fields are not marked as error
[#599](metasfresh/metasfresh-webui-frontend-legacy#599) Action button remains gray if the process execution fails
[#587](metasfresh/metasfresh-webui-frontend-legacy#587) Language Switcher for WebUI

me-45

(cherry picked from commit 8f44d6c)
@metas-mk metas-mk modified the milestones: 2017-15, 2017-14 Apr 9, 2017
@metas-lc
Copy link

tested together with #310 OK

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants