← Back to team overview

dhis2-devs team mailing list archive

[Bug 1577486] Re: useFallback has no effect when getting specific user setting

 

** Changed in: dhis2
   Importance: Undecided => Medium

** Changed in: dhis2
    Milestone: None => 2.23

-- 
You received this bug notification because you are a member of DHIS 2
developers, which is subscribed to DHIS.
https://bugs.launchpad.net/bugs/1577486

Title:
  useFallback has no effect when getting specific user setting

Status in DHIS:
  New

Bug description:
  When getting a specific user setting, useFallback has no effect. To
  reproduce:

  1. Remove the keyUiLocale user setting
  curl -u admin:district :8080/dhis/api/userSettings/keyUiLocale -X DELETE

  2. Attempt to get keyUiLocale without fallback:
  curl -u admin:district :8080/dhis/api/userSettings/keyUiLocale?useFallback=false

  The result will be the fallback value from systemSettings/keyUiLocale

To manage notifications about this bug go to:
https://bugs.launchpad.net/dhis2/+bug/1577486/+subscriptions


References