Re: [Dhis2-devs] Problem to open Settings app after upgrade

2017-08-11 Thread Nicolay Ramm
roups userRoles Hope this helps. Best regards, Nicolay Ramm Front end developer, DHIS 2 University of Oslo https://www.dhis2.org On Thu, Aug 10, 2017 at 7:57 PM, Elmarie Claasen wrote: > Hi all, > > > > We have an problem to open the System Settings app after upgrade to 2.27.

Re: [Dhis2-devs] Uncaught (in promise) Error: Can not add a Model without id to a ModelCollection

2017-07-31 Thread Nicolay Ramm
Hi Pooben, it's difficult to tell without more details, but this sounds like there may be a problem with your database. You could check if there are any data elements that lack a valid uid. If that doesn't help it would be great if you can create an issue in Jira. Best, Nicolay Ramm

Re: [Dhis2-devs] java.lang.NumberFormatException in dhis 2.25 log

2016-11-18 Thread Nicolay Ramm
e will get to this one as well eventually, though. Sorry for the inconvenience in the mean time. Best regards, Nicolay Ramm Front end developer, DHIS 2 University of Oslo https://www.dhis2.org On Fri, Nov 18, 2016 at 10:25 AM, Aamer Mohammed wrote: > This is still an issue with the latest

[Dhis2-devs] [Bug 1639529] Re: organisation-unit-closed-date-cannot-be-removed

2016-11-08 Thread Nicolay Ramm
** Changed in: dhis2 Assignee: (unassigned) => Morten Olav Hansen (mortenoh) ** Changed in: dhis2 Status: New => Fix Released -- You received this bug notification because you are a member of DHIS 2 developers, which is subscribed to DHIS. https://bugs.launchpad.net/bugs/1639529 Tit

[Dhis2-devs] [Bug 1639529] Re: organisation-unit-closed-date-cannot-be-removed

2016-11-08 Thread Nicolay Ramm
When an organisation unit has a closed date assigned, the UI displays an "X" for removing the date. The X is displayed all the way to the right on the "closed date" field, so it may be hard to spot if you're on a wide screen. However, if you try to submit the form when the closed date is removed y

Re: [Dhis2-devs] CODE field for Data Set Sections

2016-10-21 Thread Nicolay Ramm
Hi Archana, I've fixed this now for 2.25 and 2.24. Best regards, Nicolay Ramm Front end developer, DHIS 2 University of Oslo https://www.dhis2.org On Thu, Oct 20, 2016 at 7:26 AM, Archana Chillala wrote: > Hi Lars, > > Looks like the new version 2.25 still does not have

Re: [Dhis2-devs] Org. unit tree not properly ordered in 2.24

2016-10-14 Thread Nicolay Ramm
Hi Jose, I just published a new version of the maintenance app for 2.24 where this should be fixed (v24.0.31). Best regards, Nicolay Ramm Front end developer, DHIS 2 University of Oslo https://www.dhis2.org On Fri, Oct 14, 2016 at 2:47 AM, Jose Garcia Muñoz wrote: > > Dear devs, &g

Re: [Dhis2-devs] Cannot change locale in DEV

2016-10-03 Thread Nicolay Ramm
Should be fixed in the latest version (user profile app v25.0.5). It could take a while before the new version is on play.dhis2.org/dev though. Thanks for reporting! Nicolay Ramm Front end developer, DHIS 2 University of Oslo https://www.dhis2.org On Mon, Oct 3, 2016 at 2:40 PM, Nicolay Ramm

Re: [Dhis2-devs] Cannot change locale in DEV

2016-10-03 Thread Nicolay Ramm
Right, I was looking at the system settings app. I can reproduce in the user profile app. Will deploy a new version. Nicolay Ramm Front end developer, DHIS 2 University of Oslo https://www.dhis2.org On Mon, Oct 3, 2016 at 2:33 PM, Jason Pickering wrote: > Browser = Version 53.0.2785.116

Re: [Dhis2-devs] Cannot change locale in DEV

2016-10-03 Thread Nicolay Ramm
I also tried in incognito mode on https://play.dhis2.org/dev/ and I got no error.. What exactly are you doing? And which browser/version are you on? Nicolay Ramm Front end developer, DHIS 2 University of Oslo https://www.dhis2.org On Mon, Oct 3, 2016 at 2:27 PM, Jason Pickering wrote: >

Re: [Dhis2-devs] Cannot change locale in DEV

2016-10-03 Thread Nicolay Ramm
Keep in mind that the system settings API endpoint only accepts text/plain, not json. So the value should be just es without quotes, not "es" with quotes: curl -u admin:district https://play.dhis2.org/dev/api/systemSettings/keyUiLocale -X POST -H 'Content-Type: text/plain'

Re: [Dhis2-devs] Cannot change locale in DEV

2016-10-03 Thread Nicolay Ramm
. The version included with the latest snapshot should actually be v25.0.6, so your browser cache may be stale. Best regards, Nicolay Ramm Front end developer, DHIS 2 University of Oslo https://www.dhis2.org On Mon, Oct 3, 2016 at 9:32 AM, Jason Pickering wrote: > Hi Devs, > There seem to be

Re: [Dhis2-devs] Documentation for d2 library

2016-06-29 Thread Nicolay Ramm
ment-app> Hope this helps. Best regards, Nicolay Ramm Front end developer, DHIS 2 University of Oslo https://www.dhis2.org On Wed, Jun 29, 2016 at 10:58 AM, Archana Chillala < archa...@thoughtworks.com> wrote: > Hi devs, > > We are looking at using *d2* library for our cust

Re: [Dhis2-devs] WebApi failing Email, FileResources and

2016-06-06 Thread Nicolay Ramm
there are potentially a lot of different locations where this problem exists, so there may still be some incorrect links left. Nicolay Ramm Front end developer, DHIS 2 University of Oslo https://www.dhis2.org On Mon, Jun 6, 2016 at 1:49 PM, Mike Nelushi wrote: > Hi Nicolay, > > The s

Re: [Dhis2-devs] WebApi failing Email, FileResources and

2016-06-03 Thread Nicolay Ramm
I've now fixed this bug in the settings app and backported to 2.23 and 2.22. Nicolay Ramm Front end developer, DHIS 2 University of Oslo https://www.dhis2.org On Fri, Jun 3, 2016 at 11:05 AM, Halvdan Hoem Grelland wrote: > Hi Mike, > > In relation to api/fileResources I'm

[Dhis2-devs] [Bug 1577486] [NEW] useFallback has no effect when getting specific user setting

2016-05-02 Thread Nicolay Ramm
Public bug reported: 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/ap

[Dhis2-devs] [Bug 1572477] [NEW] App store URL system setting is not used

2016-04-20 Thread Nicolay Ramm
Public bug reported: The app store controller always uses the default value for the APP_STORE_INDEX_URL system setting, regardless of the actual value of the system setting. ** Affects: dhis2 Importance: Undecided Assignee: Lars Helge Øverland (larshelge) Status: New ** Change

[Dhis2-devs] [Bug 1562824] Re: Attempting to delete approval level with associated workflow gives 500 server error

2016-04-04 Thread Nicolay Ramm
** Description changed: - When trying to delete an approval level that is associated with at least - one approval workflow results in an exception and a 500 server error - instead of a useful error message. + Trying to delete an approval level that is associated with at least one + approval workfl

[Dhis2-devs] [Bug 1539060] Re: Settings workflow shows wrong levels when new level inserted

2016-03-28 Thread Nicolay Ramm
** Changed in: dhis2 Status: Confirmed => Fix Released -- You received this bug notification because you are a member of DHIS 2 developers, which is subscribed to DHIS. https://bugs.launchpad.net/bugs/1539060 Title: Settings workflow shows wrong levels when new level inserted Status in

[Dhis2-devs] [Bug 1562824] [NEW] Attempting to delete approval level with associated workflow gives 500 server error

2016-03-28 Thread Nicolay Ramm
Public bug reported: When trying to delete an approval level that is associated with at least one approval workflow results in an exception and a 500 server error instead of a useful error message. ** Affects: dhis2 Importance: Undecided Status: New ** Attachment added: "Server log

Re: [Dhis2-devs] gsoc 16

2016-03-25 Thread Nicolay Ramm
even submitted some code. Best regards, Nicolay Ramm Front end developer, DHIS 2 University of Oslo https://www.dhis2.org On Fri, Mar 25, 2016 at 9:31 AM, gaurav sharma wrote: > Hi > > I have to complete some task aur just have to submit the proposal for > project. > > Regar

Re: [Dhis2-devs] Development of profile application for DHIS2 in the scope of GSoC 2016.

2016-03-07 Thread Nicolay Ramm
that should be part of the project (preferably including test coverage). Keep in mind the documentation for D2 is not complete and not totally up to date, so you will probably have to look at the source. -- Best regards, Nicolay Ramm Front end developer, DHIS 2 University of Oslo https://www.dhis2.o

[Dhis2-devs] [Bug 1539060] Re: Settings workflow shows wrong levels when new level inserted

2016-01-29 Thread Nicolay Ramm
Related GitHub issue: https://github.com/dhis2/settings-app/issues/31 -- You received this bug notification because you are a member of DHIS 2 developers, which is subscribed to DHIS. https://bugs.launchpad.net/bugs/1539060 Title: Settings workflow shows wrong levels when new level inserted S

[Dhis2-devs] [Bug 1539060] Re: Settings workflow shows wrong levels when new level inserted

2016-01-29 Thread Nicolay Ramm
** Changed in: dhis2 Status: New => Confirmed -- You received this bug notification because you are a member of DHIS 2 developers, which is subscribed to DHIS. https://bugs.launchpad.net/bugs/1539060 Title: Settings workflow shows wrong levels when new level inserted Status in DHIS:

[Dhis2-devs] [Bug 1539060] Re: Settings workflow shows wrong levels when new level inserted

2016-01-29 Thread Nicolay Ramm
** Changed in: dhis2 Assignee: (unassigned) => Nicolay Ramm (nicolayr) -- You received this bug notification because you are a member of DHIS 2 developers, which is subscribed to DHIS. https://bugs.launchpad.net/bugs/1539060 Title: Settings workflow shows wrong levels when new le