Re: [Dhis2-devs] [Dhis2-users] WHERE TO FIND APPLICATION TITLE SECTION IN DHIS2 2.30

2018-11-15 Thread Hendrik de Graaf
Hello Stanley, You can find these settings here:  https://play.dhis2.org/2.30/dhis-web-settings/index.html#/appearance A note on this: I have recently worked on an issue to make the UI of this form a bit clearer. If your build predates this build revision, it could be that you are only seeing

Re: [Dhis2-devs] Impossible to create a Program Stage through UI

2018-11-14 Thread Hendrik de Graaf
Hi Eric, Thanks for reporting this problem. I tried reproducing this on  https://play.dhis2.org/2.31-rc1/ and I think what you are experiencing might be an unclear UI, not a bug. What I did to save a program stage: 1. Create or Edit a tracker program 2. Go to section 4 - Program stages 3. Add

Re: [Dhis2-devs] User PUT issue

2018-08-14 Thread Hendrik de Graaf
Hi Gregory, For updating a single field on a user record, I would try doing a PATCH request with exactly the same payload as you were doing. I do this type of request to disable a user in the User Management app, so it should work. Best regards, Hendrik On 14 Aug 2018, 11:16 +0200, Greg

Re: [Dhis2-devs] User password reset through API

2018-04-03 Thread Hendrik de Graaf
Hi Muhammad, Make sure you include the `userCredentials.id` field in your PUT request too. That should be enough for updating a user. However, when you want to set fields for a new user (POST request), you must make sure to also to create a `userCredentials.userInfo.id` field. You can use the