Re: [Dhis2-devs] dhis2 30 fresh install error: "programstageinstance" not exist

2018-09-10 Thread Lukas Wijgaart-van Dijk
Hi,
This is a confirmed issue, you can track the progress here: 
https://jira.dhis2.org/browse/DHIS2-4464 
<https://jira.dhis2.org/browse/DHIS2-4464>

Best regards,
Lukas Wijgaart van Dijk

> 10. sep. 2018 kl. 16.11 skrev 林晓东 :
> 
> hi,all
> 
>  when I install a new fresh dhis2 ver 2.30, startup error:
> 
> Caused by: org.postgresql.util.PSQLException: ERROR: relation  
> "programstageinstance"  not exist
>   位置:22
> at 
> org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2422)
> at 
> org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:2167)
> at 
> org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:306)
> at 
> org.postgresql.jdbc.PgStatement.executeInternal(PgStatement.java:441)
> at org.postgresql.jdbc.PgStatement.execute(PgStatement.java:365)
> at 
> org.postgresql.jdbc.PgStatement.executeWithFlags(PgStatement.java:307)
> at 
> org.postgresql.jdbc.PgStatement.executeCachedSql(PgStatement.java:293)
> at 
> org.postgresql.jdbc.PgStatement.executeWithFlags(PgStatement.java:270)
> at org.postgresql.jdbc.PgStatement.executeQuery(PgStatement.java:224)
> at 
> com.mchange.v2.c3p0.impl.NewProxyStatement.executeQuery(NewProxyStatement.java:327)
> at 
> org.springframework.jdbc.core.JdbcTemplate$1QueryStatementCallback.doInStatement(JdbcTemplate.java:461)
> at 
> org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:408)
> ... 159 more
> 
> 
> 
> --
> 此致
> 
>林晓东
> 
> 莫愁前路无知己,天下谁人不识君。
> 
> 
>  
> ___
> Mailing list: https://launchpad.net/~dhis2-devs
> Post to : dhis2-devs@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~dhis2-devs
> More help   : https://help.launchpad.net/ListHelp

___
Mailing list: https://launchpad.net/~dhis2-devs
Post to : dhis2-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp


Re: [Dhis2-devs] [Dhis2-users] UNABLE TO REOPEN A COMPLETED TEI

2018-08-29 Thread Lukas Wijgaart-van Dijk
Are you able to reproduce it here: https://play.dhis2.org/2.29 
<https://play.dhis2.org/2.29> ?

> 29. aug. 2018 kl. 09.28 skrev Stanley Kalyati :
> 
> Those dates are opening but when i want to update the date that is when i am 
> facing that error.
> 
> On Wed, Aug 29, 2018 at 9:22 AM Lukas Wijgaart-van Dijk  <mailto:lukase...@gmail.com>> wrote:
> Hi Stanley,
> When you are about to reopen a program are there dates in the enrollment and 
> incident field like in the image below?
> We recently fixed a bug where those dates were missing which made it 
> impossible to reopen a program.
> 
> Best regards
> Lukas Wijgaart van Dijk
> 
>  
> 
>> 29. aug. 2018 kl. 08.49 skrev Stanley Kalyati > <mailto:skaly...@gmail.com>>:
>> 
>> Hi All,
>> 
>> I have some TEI whose Tracker program was completed.Whenever i try to reopen 
>> the TEI i get this error:
>> 
>> Failed to update the enrollment in the server
>> An error occurred, please check import summary.
>> 
>> > class="form-control hideInPrint hasCalendarsPicker ng-touched ng-dirty 
>> ng-valid-parse ng-valid ng-valid-required input-success" d2-date="" 
>> ng-class="getReportDateNotificationClass('enrollmentdate')" 
>> ng-model="enrollmentDateState.date" min-date="enrollmentDateState.minDate" 
>> max-date="enrollmentDateState.maxDate" 
>> blur-or-change="updateEnrollmentDate()" 
>> ng-disabled="selectedOrgUnit.closedStatus" ng-required="true" 
>> required="required">
>> 
>> Has anyone faced this before? I am using 2.29 version
>> 
>> Stanley
>> ___
>> Mailing list: https://launchpad.net/~dhis2-users 
>> <https://launchpad.net/~dhis2-users>
>> Post to : dhis2-us...@lists.launchpad.net 
>> <mailto:dhis2-us...@lists.launchpad.net>
>> Unsubscribe : https://launchpad.net/~dhis2-users 
>> <https://launchpad.net/~dhis2-users>
>> More help   : https://help.launchpad.net/ListHelp 
>> <https://help.launchpad.net/ListHelp>
> 
>  09.16.48.png>

___
Mailing list: https://launchpad.net/~dhis2-devs
Post to : dhis2-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp


Re: [Dhis2-devs] Error when opening Tracker capture

2018-07-03 Thread Lukas Wijgaart-van Dijk
Hi,
Like Lars is saying, this error can be safely ignored. I have pushed an update 
to 2.27 and 2.28 that sets userDataStore/gridColumns/trackerCaptureGridColumns 
to null if it is not found. 
This way you should only get the error once and next time you load the page the 
userDataStore/gridColumns/trackerCaptureGridColumns exists (but null) and will 
therefor not throw a 404 error.

Best regard,
- Lukas Wijgaart van Dijk

> 3. jul. 2018 kl. 12.33 skrev Lars Helge Øverland :
> 
> Hi Pooben,
> 
> you can safely ignore this.
> 
> This is an entry in the user data store we use to store the user specific 
> layout of the tracker dashboard. When no layout is set, this request will 
> return a 404.
> 
> regards,
> 
> Lars
> 
> 
> On Tue, 3 Jul 2018 at 08:55, Pooben Dass  <mailto:poo...@hisp.org>> wrote:
> Hi Devs
> 
> I'm receiving this error in the browser console when attempting to open the 
> tracker capture page
> 
> :9090/dhis/api/27/userDataStore/gridColumns/trackerCaptureGridColumns:1 
> Failed to load resource: the server responded with a status of 404 (Not Found)
> 
> Attached is a screen shot of the full console log.
> 
> Has anyone experienced this issue and if you able please can you direct me in 
> how to solve this?
> 
> 
> 
> 
> Version:
> 2.27
> Build revision:
> bd3a0ff
> 
> Kind regards
> Pooben
> 
> 
> 
> 
> 
> This message and any attachments are subject to a disclaimer published at 
> http://www.hisp.org/policies.html#comms_disclaimer 
> <http://www.hisp.org/policies.html#comms_disclaimer>.  Please read the 
> disclaimer before opening any attachment or taking any other action in terms 
> of this electronic transmission.  If you cannot access the disclaimer, kindly 
> send an email to disclai...@hisp.org <mailto:disclai...@hisp.org> and a copy 
> will be provided to you. By replying to this e-mail or opening any attachment 
> you agree to be bound by the provisions of the disclaimer.
> 
> ___
> Mailing list: https://launchpad.net/~dhis2-devs 
> <https://launchpad.net/~dhis2-devs>
> Post to : dhis2-devs@lists.launchpad.net 
> <mailto:dhis2-devs@lists.launchpad.net>
> Unsubscribe : https://launchpad.net/~dhis2-devs 
> <https://launchpad.net/~dhis2-devs>
> More help   : https://help.launchpad.net/ListHelp 
> <https://help.launchpad.net/ListHelp>
> 
> 
> -- 
> Lars Helge Øverland
> Technical lead, DHIS 2
> University of Oslo
> l...@dhis2.org <mailto:l...@dhis2.org>
> https://www.dhis2.org <https://www.dhis2.org/>
> 
> ___
> Mailing list: https://launchpad.net/~dhis2-devs
> Post to : dhis2-devs@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~dhis2-devs
> More help   : https://help.launchpad.net/ListHelp

___
Mailing list: https://launchpad.net/~dhis2-devs
Post to : dhis2-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp


Re: [Dhis2-devs] Register a Tracked Entity Instance without enrollment

2018-06-28 Thread Lukas Wijgaart-van Dijk
Hi,
It has been back ported to 2.29 now.

Best regards,
- Lukas Wijgaart van Dijk

> 27. jun. 2018 kl. 19.12 skrev Em Le Hong :
> 
> Hi Lukas,
> 
> It would be great if you can back port to 2.29 since 2.30 is not yet release 
> and after release we need time to test before applying to our production 
> server.
> 
> Thanks,
> 
> On Wed, Jun 27, 2018 at 5:25 PM, Lukas Wijgaart-van Dijk  <mailto:lukase...@gmail.com>> wrote:
> Hi,
> This feature has been reintroduced in 2.30, but did that time not get back 
> ported to 2.29.
> If you need this functionality in 2.29 we can go ahead and back port it.
> 
> Best regards,
> - Lukas Wijgaart van Dijk
> 
>> 27. jun. 2018 kl. 11.58 skrev Em Le Hong > <mailto:em.hispviet...@gmail.com>>:
>> 
>> Dear all,
>> 
>> I'm trying to set up some Tracker programs on 2.29 and facing some problems.
>> 
>> On 2.28 and older versions, we can set up to register a Tracked Entity 
>> Instance without Enrollment
>> 
>> But I couldn't find this feature on 2.29
>> 
>> I still can find a Cancel Enrollment to enroll again, but can't register new.
>> 
>> Does anyone know that is there somewhere that I can enable this feature or 
>> it had been completely removed?
>> 
>> I also create a ticket on Jira (https://jira.dhis2.org/browse/DHIS2-4156 
>> <https://jira.dhis2.org/browse/DHIS2-4156>)
>> 
>> Thanks,
>> 
>> 
>> -- 
>> Em Le Hong
>> DHIS2 Implementation| HISP Vietnam 
>> em.hispviet...@gmail.com <mailto:em.hispviet...@gmail.com> | Skype: 
>> em.hispviet...@gmail.com <mailto:em.hispviet...@gmail.com>
>> 
>> 
>> 
>> 
>> 
>> ___
>> Mailing list: https://launchpad.net/~dhis2-devs 
>> <https://launchpad.net/~dhis2-devs>
>> Post to : dhis2-devs@lists.launchpad.net 
>> <mailto:dhis2-devs@lists.launchpad.net>
>> Unsubscribe : https://launchpad.net/~dhis2-devs 
>> <https://launchpad.net/~dhis2-devs>
>> More help   : https://help.launchpad.net/ListHelp 
>> <https://help.launchpad.net/ListHelp>
> 
> 
> 
> 
> -- 
> Em Le Hong
> DHIS2 Implementation| HISP Vietnam 
> em.hispviet...@gmail.com <mailto:em.hispviet...@gmail.com> | Skype: 
> em.hispviet...@gmail.com <mailto:em.hispviet...@gmail.com>
> 
> 
> 
> 
> 

___
Mailing list: https://launchpad.net/~dhis2-devs
Post to : dhis2-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp


Re: [Dhis2-devs] Register a Tracked Entity Instance without enrollment

2018-06-27 Thread Lukas Wijgaart-van Dijk
Hi,
This feature has been reintroduced in 2.30, but did that time not get back 
ported to 2.29.
If you need this functionality in 2.29 we can go ahead and back port it.

Best regards,
- Lukas Wijgaart van Dijk

> 27. jun. 2018 kl. 11.58 skrev Em Le Hong :
> 
> Dear all,
> 
> I'm trying to set up some Tracker programs on 2.29 and facing some problems.
> 
> On 2.28 and older versions, we can set up to register a Tracked Entity 
> Instance without Enrollment
> 
> But I couldn't find this feature on 2.29
> 
> I still can find a Cancel Enrollment to enroll again, but can't register new.
> 
> Does anyone know that is there somewhere that I can enable this feature or it 
> had been completely removed?
> 
> I also create a ticket on Jira (https://jira.dhis2.org/browse/DHIS2-4156 
> <https://jira.dhis2.org/browse/DHIS2-4156>)
> 
> Thanks,
> 
> 
> -- 
> Em Le Hong
> DHIS2 Implementation| HISP Vietnam 
> em.hispviet...@gmail.com <mailto:em.hispviet...@gmail.com> | Skype: 
> em.hispviet...@gmail.com <mailto:em.hispviet...@gmail.com>
> 
> 
> 
> 
> 
> ___
> Mailing list: https://launchpad.net/~dhis2-devs
> Post to : dhis2-devs@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~dhis2-devs
> More help   : https://help.launchpad.net/ListHelp

___
Mailing list: https://launchpad.net/~dhis2-devs
Post to : dhis2-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp


Re: [Dhis2-devs] [URGENT] fix for production issue on 2.26

2018-05-18 Thread Lukas Wijgaart-van Dijk
Hi Shrikanth,
Thanks for the pull request.
I have done some minor changes to your pull request and merged it with the 2.26 
branch.

Best regards,
Lukas Wijgaart van Dijk

> 17. mai 2018 kl. 08.31 skrev Markus Bekken <mar...@dhis2.org>:
> 
> Hey, Shrikanth! 
> We will investigate your issue shortly. Today is a national holiday for most 
> of the team. 
> 
> Markus
> 
> 17. mai 2018 kl. 07:42 skrev Srikanth Katta <srika...@thoughtworks.com 
> <mailto:srika...@thoughtworks.com>>:
> 
>> Hi Team,
>> 
>> We have raised the pull request for event capture app regarding the jira 
>> ref: https://jira.dhis2.org/browse/DHIS2-2548 
>> <https://jira.dhis2.org/browse/DHIS2-2548>. Can you please merge that pull 
>> request to the 2.26 of event capture app. It's a critical issue on 
>> production and we are having a release last week of May.
>> 
>> Kind Regards,
>> 
>> Srikanth Katta
>> Application Developer
>> Emailsrika...@thoughtworks.com <mailto:vmal...@thoughtworks.com>
>> Telephone+91-9666837099
>>  
>> <http://www.thoughtworks.com/?utm_campaign=malini-voopalanchi-signature_medium=email_source=thoughtworks-email-signature-generator>___
>> Mailing list: https://launchpad.net/~dhis2-devs 
>> <https://launchpad.net/~dhis2-devs>
>> Post to : dhis2-devs@lists.launchpad.net 
>> <mailto:dhis2-devs@lists.launchpad.net>
>> Unsubscribe : https://launchpad.net/~dhis2-devs 
>> <https://launchpad.net/~dhis2-devs>
>> More help   : https://help.launchpad.net/ListHelp 
>> <https://help.launchpad.net/ListHelp>
> ___
> Mailing list: https://launchpad.net/~dhis2-devs
> Post to : dhis2-devs@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~dhis2-devs
> More help   : https://help.launchpad.net/ListHelp

___
Mailing list: https://launchpad.net/~dhis2-devs
Post to : dhis2-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp


Re: [Dhis2-devs] [Dhis2-users] WHO Data Quality App

2018-03-28 Thread Lukas Wijgaart-van Dijk
Hi Barnabas,
The  WHO Data Quality App can be found here: 
https://play.dhis2.org/appstore/app/rFDeB5LLQmi 
<https://play.dhis2.org/appstore/app/rFDeB5LLQmi>.

Best regards:
- Lukas Wijgaart van Dijk

> 28. mar. 2018 kl. 10.03 skrev Barnabas Akumba <akumbaba...@gmail.com>:
> 
> Hello All,
> 
> Can anyone provide me with the link where I can get the WHO Data Quality App?
> 
> Prompt response'll be appreciated.
> 
> Regards
> 
> -- 
>  
> Barnabas AKUMBA
> 
> Mobile: +2348036195778
> Skype: barnabas.akumba
> ___
> Mailing list: https://launchpad.net/~dhis2-users
> Post to : dhis2-us...@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~dhis2-users
> More help   : https://help.launchpad.net/ListHelp

___
Mailing list: https://launchpad.net/~dhis2-devs
Post to : dhis2-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp


Re: [Dhis2-devs] Failed to load Metadata Error

2018-03-19 Thread Lukas Wijgaart-van Dijk
Hi Simon,
I have seen this issue myself. For me it went away after I cleaned my browsers 
cache. Here is a guide to how to clean you browsers cache: 
http://www.refreshyourcache.com/en/home/ 
<http://www.refreshyourcache.com/en/home/>.

Best regards,
Lukas Wijgaart van Dijk

> 19. mar. 2018 kl. 12.27 skrev Edouard Lavaud <edouard.lav...@gmail.com>:
> 
> So your logs dont look the same as the ones I had.
> Unless sombody else in this group have a solution, I suggest you creating a 
> jira issue.
> 
> 2018-03-19 13:18 GMT+02:00 simon mugisa <nomisrmug...@gmail.com 
> <mailto:nomisrmug...@gmail.com>>:
> Hello  Edouard,
> 
> Below is my console log
> 
> 
> 
> 
>  
>  
> Simon Robert Kununka
> DHIS2 implementor, Systems Analyst and Development Consultant
> 
> Uganda-Kampala
> Direct: + <tel:%2B1-703-667-3954>256-777-108-323
> E-mail: nomisrmug...@gmail.com <mailto:nomisrmug...@gmail.com>
> 
>  
> "Don't wish it was easier, wish you were better. Don't wish for less 
> problems, wish for more skills. Don't wish for less change , wish for more 
> wisdom."
> 
> This message and its attachments are confidential and solely for the intended 
> recipients. If received in error, please delete them and notify the sender 
> via reply e-mail immediately.
> 
> 
> 
> 
> 
> On Mon, Mar 19, 2018 at 1:19 PM, Edouard Lavaud <edouard.lav...@gmail.com 
> <mailto:edouard.lav...@gmail.com>> wrote:
> Hi Simon,
> 
> I was having a similar problem.
> (not sure if the same as we can not see your console logs)
> On my side it was due to the tracked entity type that would not load.
> The migration script from 28 to 29 didnt work so well. 
> And same error happens when you want to create a tracked entity type but none 
> exist.
> I did end up exporting the metadata of tracked entity type from the demo 
> server 29, modifying it to fit my program, and importing it on my local dhis2.
> Also ensure that you have a tracked entity type assigned to your program, and 
> organisation units as well.
> 
> Hope that could help
> 
> Edouard
> 
> 
> 2018-03-19 12:02 GMT+02:00 simon mugisa <nomisrmug...@gmail.com 
> <mailto:nomisrmug...@gmail.com>>:
> Hi everyone just set up a dhis2 2.29 but get failed to load metadata when 
> accessing tracker,
> I see the same error on the demo instance.
> 
> 
> 
> regards to everyone,
>  
> Simon Robert Kununka
> DHIS2 implementor, Systems Analyst and Development Consultant
> 
> Uganda-Kampala
> Direct: + <tel:%2B1-703-667-3954>256-777-108-323
> E-mail: nomisrmug...@gmail.com <mailto:nomisrmug...@gmail.com>
> 
>  
> "Don't wish it was easier, wish you were better. Don't wish for less 
> problems, wish for more skills. Don't wish for less change , wish for more 
> wisdom."
> 
> This message and its attachments are confidential and solely for the intended 
> recipients. If received in error, please delete them and notify the sender 
> via reply e-mail immediately.
> 
> 
> 
> 
> 
> ___
> Mailing list: https://launchpad.net/~dhis2-devs 
> <https://launchpad.net/~dhis2-devs>
> Post to : dhis2-devs@lists.launchpad.net 
> <mailto:dhis2-devs@lists.launchpad.net>
> Unsubscribe : https://launchpad.net/~dhis2-devs 
> <https://launchpad.net/~dhis2-devs>
> More help   : https://help.launchpad.net/ListHelp 
> <https://help.launchpad.net/ListHelp>
> 
> 
> 
> 
> -- 
> Edouard Lavaud, 
> MSc in Health Policy, Planning & Financing
> MEng in Telecommunication
> University Diploma in ICT for Health
> 
> Email: edouard.lav...@gmail.com <mailto:edouard.lav...@gmail.com>
> Mobile: 0033 6 7210 23 59 <tel:06%2072%2010%2023%2059>
> 
> 
> 
> 
> 
> -- 
> Edouard Lavaud, 
> MSc in Health Policy, Planning & Financing
> MEng in Telecommunication
> University Diploma in ICT for Health
> 
> Email: edouard.lav...@gmail.com <mailto:edouard.lav...@gmail.com>
> Mobile: 0033 6 7210 23 59
> 
> ___
> Mailing list: https://launchpad.net/~dhis2-devs
> Post to : dhis2-devs@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~dhis2-devs
> More help   : https://help.launchpad.net/ListHelp

___
Mailing list: https://launchpad.net/~dhis2-devs
Post to : dhis2-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp


Re: [Dhis2-devs] Support for Time and DateTime

2018-02-23 Thread Lukas Wijgaart-van Dijk
Hi Bernard,
The fix has been pushed, here is a reference to the commit: 
https://github.com/dhis2/event-capture-app/commit/32229900dd95d47a01259c82fbe52f4b4ae49903
 
<https://github.com/dhis2/event-capture-app/commit/32229900dd95d47a01259c82fbe52f4b4ae49903>.
You should be able to download it from the link you have provided.

Best regards,
Lukas Wijgaart van Dijk

> 23. feb. 2018 kl. 09.00 skrev Bernard Sadaka (IM Advisor) 
> <lib@pu-ami.org>:
> 
> Dear Lukas,
> Was this fix pushed to the repository?
> And if yes, will I be able to download it from: 
> https://s3-eu-west-1.amazonaws.com/releases.dhis2.org/2.28/dhis.war 
> <https://s3-eu-west-1.amazonaws.com/releases.dhis2.org/2.28/dhis.war> or on 
> another url?
>  
> All the best,
> Bernard
>  
> 
> Bernard Sadaka
> Information Management Advisor
> Première Urgence - Aide Médicale Internationale
> Nehmeh Building, Sanine Street, Chiyah, 3rd Floor
> Ain el Remmaneh, Beirut, Lebanon
> E-mail: lib@pu-ami.org <mailto:lib@pu-ami.org>
> Cell: +961 71 004 881 (208)
> Skype: imapuami
> Website: https://www.pu-ami.org <https://www.pu-ami.org/>
>  
>  
> From: Bernard Sadaka (IM Advisor) [mailto:lib@pu-ami.org 
> <mailto:lib@pu-ami.org>] 
> Sent: Tuesday, February 13, 2018 3:07 PM
> To: 'Lukas Wijgaart-van Dijk' <lukase...@gmail.com 
> <mailto:lukase...@gmail.com>>
> Cc: 'dhis2-users' <dhis2-us...@lists.launchpad.net 
> <mailto:dhis2-us...@lists.launchpad.net>>; 'DHIS 2 developers' 
> <dhis2-devs@lists.launchpad.net <mailto:dhis2-devs@lists.launchpad.net>>
> Subject: RE: [Dhis2-devs] Support for Time and DateTime
>  
> Thank you.
>  
> All the best,
> Bernard
>  
> 
> Bernard Sadaka
> Information Management Advisor
> Première Urgence - Aide Médicale Internationale
> Nehmeh Building, Sanine Street, Chiyah, 3rd Floor
> Ain el Remmaneh, Beirut, Lebanon
> E-mail: lib@pu-ami.org <mailto:lib@pu-ami.org>
> Cell: +961 71 004 881 (208)
> Skype: imapuami
> Website: https://www.pu-ami.org <https://www.pu-ami.org/>
>  
>  
> From: Lukas Wijgaart-van Dijk [mailto:lukase...@gmail.com 
> <mailto:lukase...@gmail.com>] 
> Sent: Tuesday, February 13, 2018 2:52 PM
> To: Bernard Sadaka (IM Advisor) <lib@pu-ami.org 
> <mailto:lib@pu-ami.org>>
> Cc: dhis2-users <dhis2-us...@lists.launchpad.net 
> <mailto:dhis2-us...@lists.launchpad.net>>; DHIS 2 developers 
> <dhis2-devs@lists.launchpad.net <mailto:dhis2-devs@lists.launchpad.net>>
> Subject: Re: [Dhis2-devs] Support for Time and DateTime
>  
> Hi again,
> I will push a fix to the repository. The fix will be for version 2.28 and 
> 2.29.
> If all goes as planned you should be able to download a new war-file at the 
> end of the day or latest tomorrow.
>  
> Regards
> - Lukas Wijgaart van Dijk
>  
>> 13. feb. 2018 kl. 13.48 skrev Bernard Sadaka (IM Advisor) 
>> <lib@pu-ami.org <mailto:lib@pu-ami.org>>:
>>  
>> Thank you Lukas,
>> You will add them to JIRA? To the repository?
>> When/where will the fix be available for download? In the WAR file? If yes, 
>> which one?
>> All the best,
>> Bernard
>>  
>> 
>> Bernard Sadaka
>> Information Management Advisor
>> Première Urgence - Aide Médicale Internationale
>> Nehmeh Building, Sanine Street, Chiyah, 3rd Floor
>> Ain el Remmaneh, Beirut, Lebanon
>> E-mail: lib@pu-ami.org <mailto:lib@pu-ami.org>
>> Cell: +961 71 004 881 (208)
>> Skype: imapuami
>> Website: https://www.pu-ami.org <https://www.pu-ami.org/>
>>  
>>  
>> From: Lukas Wijgaart-van Dijk [mailto:lukase...@gmail.com 
>> <mailto:lukase...@gmail.com>] 
>> Sent: Tuesday, February 13, 2018 2:42 PM
>> To: Bernard Sadaka (IM Advisor) <lib@pu-ami.org 
>> <mailto:lib@pu-ami.org>>
>> Cc: dhis2-users <dhis2-us...@lists.launchpad.net 
>> <mailto:dhis2-us...@lists.launchpad.net>>; DHIS 2 developers 
>> <dhis2-devs@lists.launchpad.net <mailto:dhis2-devs@lists.launchpad.net>>
>> Subject: Re: [Dhis2-devs] Support for Time and DateTime
>>  
>> Hi Bernard,
>> Apparently they have been missed out. I will add them now.
>>  
>> Best regards,
>> Lukas Wijgaart van Dijk
>>  
>>> 13. feb. 2018 kl. 13.17 skrev Bernard Sadaka (IM Advisor) 
>>> <lib@pu-ami.org <mailto:lib@pu-ami.org>>:
>>>  
>>> Hello guys,
>>> Maybe this was already tackled before, but apparently, in my 2.28 instance, 
>>> the Support f