** Description changed:
Tested with tracker capture and a program using sections to divide the
input fields. When placing a field with an option set in the form, the
option set itself is getting displayed as a drop down with the eligable
values when cliking into the field. If the option se
Public bug reported:
Tested with tracker capture and a program using sections to divide the
input fields. When placing a field with an option set in the form, the
option set itself is getting displayed as a drop down with the eligable
values when cliking into the field. If the option set field is
This is probably related to the other TW bug reported on this list? If
dashboards don't have UIDs, it will fail.
If its not, can you at least confirm that dashboard table contains the UID
column?
--
Morten
On Wed, Feb 11, 2015 at 1:27 PM, Mansi Singhal
wrote:
> Hello,
>
> We are on the latest
Thanks Simon,
I support the idea of dropping D to remain HIS which is applicable a cross as
well as Health information resources from different information sources which
the current system can do PEPELA WANJALAMINISTRY OF HEALTH HEADQUARTERSHEALTH
SECTOR MONITORING & EVALUATION - AMRO- KENYA CHA
Hello,
We are on the latest revision(18220) of dhis-trunk. We are facing issues
creating dashboard.
We tried debugging the code and had seen that method with signature:
*List getByUid( Collection uids ) [Line no: 436]*
is throwing an exception while returning a list.
*That is, return getSharing
Hi
No, this will not work.. as listed in the docs you need to also use the
same property name in your JSON, so it should be:
{
"userCredentials": { ... same as before }
}
--
Morten
On Wed, Feb 11, 2015 at 2:12 AM, Jose Garcia Muñoz
wrote:
>
> Thanks for the clarification.
>
> Unfortunat
Hi all,
can somebody reply this mail and attach the postgres upgrade script from
2.13 to 2.14 and 2.14 to 2.15.
or a link to download them.
thanks.
--
___
Charles Emmanuel Willer
12,Lilavois 50 Croix des Bouquets, HT
Tels: +509-3842-3854 / +509-3270-0655
Skype:
Thanks for the clarification.
Unfortunately it is still not working (likely because I am doing something
wrong). So the call to the API that I tried is:
api/users/zNdlm77vil8/userCredentials
and the payload:
{
"password": "the_new_passwd",
"id": "AMuabF1Lrct", (the id of the user creden
revno: 18220
committer: Lars Helge Overland
branch nick: dhis2
timestamp: Tue 2015-02-10 19:59:20 +0100
message:
Import, minor
modified:
dhis-2/dhis-services/dhis-service-dxf2/src/main/java/org/hisp/dhis/dxf2/csv/DefaultCsvImportSer
revno: 18219
committer: Lars Helge Overland
branch nick: dhis2
timestamp: Tue 2015-02-10 19:54:50 +0100
message:
CSV import, added support for option set for data elements
modified:
dhis-2/dhis-services/dhis-service-dxf2/src/main/ja
revno: 18218
committer: Lars Helge Overland
branch nick: dhis2
timestamp: Tue 2015-02-10 19:40:27 +0100
message:
Event analytics, impl better dimension value type info in response
added:
dhis-2/dhis-api/src/main/java/org/hisp/dhis/ut
revno: 18217
committer: Lars Helge Overland
branch nick: dhis2
timestamp: Tue 2015-02-10 19:09:22 +0100
message:
TrackedEntityAttribute, consistent variable naming
modified:
dhis-2/dhis-api/src/main/java/org/hisp/dhis/trackedentity/
revno: 18216
committer: Halvdan Hoem Grelland
branch nick: dhis2
timestamp: Tue 2015-02-10 17:46:23 +0100
message:
Reimplement setting of read property for single message conversation through
POST to /read and /unread. Refactored and
Could it be that in hibernate.properties
hibernate.hbm2ddl.auto = update
is set to something else?
> On Feb 10, 2015, at 10:54 AM, Lars Helge Øverland wrote:
>
> Hi Sandesh,
>
> I have never seen this error and cannot reproduce locally with latest trunk.
> Anyone seen this? Could it be an acc
Merge authors:
Jan Henrik Øverland (janhenrik-overland)
revno: 18215 [merge]
committer: Jan Henrik Overland
branch nick: dhis2
timestamp: Tue 2015-02-10 17:13:15 +0100
message:
ER EV GIS support for booleans, work in progress.
modifi
Hi Robin,
the problem is that you have boolean fields in the eventreport table with
null values, which crashes when dhis tries to convert it into a java
primitive. Try running this SQL on your db:
update eventreport set rowsubtotals = false where rowsubtotals is null;
If it still fails, try repe
Hi Sandesh,
I have never seen this error and cannot reproduce locally with latest
trunk. Anyone seen this? Could it be an accident on your side?
Try to add the uid column manually with
ALTER TABLE dashboard ADD COLUMN uid character varying(11);
then restart dhis - should populate the uids.
Lar
Hello Fatema,
The feature to sort events is now implemented - the latest ones come
on-top. Please update to latest 2.16 (revision: 16593)
---
Thank you,
Abyot.
On Tue, Feb 10, 2015 at 12:14 PM, Uddin Fatema wrote:
> Dear All,
>
> We are using dhis2 2.16 revision:16592,
>
> In Single event with
I just add this in findProjects(ModuleNode node, File path) in
ResourceManager, can get all module's properties file.
else if (files[i].getName().equals("manifest.webapp")) {
ModuleNode newNode = new ModuleNode();
newNode.setPath(files[i].getParentFi
revno: 18214
committer: Morten Olav Hansen
branch nick: dhis2
timestamp: Tue 2015-02-10 16:04:29 +0700
message:
added NodeUtils class, creates common node constructs (metadata, pager, etc)
added:
dhis-2/dhis-api/src/main/java/org/his
20 matches
Mail list logo