dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #32782
Re: [Bug 1368191] [NEW] Attributes and Data Entry form not loading in Tracker Capture
Hi Abyot,
Thanks for the update.
I am checking the demo site but I see that this error still persists. If you choose Ngelehun CHC -> Child Program -> Register, the attributes that you get are not from the Program Attributes rather those defined as "Attributes with no Programs". The output from the console is below. I can’t see the build revision but the details are and from the CI I see that the fix was restored earlier this morning.
Any chance you could see if this was committed properly?
Thanks
Busoye
TypeError: Cannot read property 'id' of undefined
at https://apps.dhis2.org/demo/dhis-web-tracker-capture/scripts/services.js:437:75
at Array.forEach (native)
at Object.forEach (https://apps.dhis2.org/demo/dhis-web-commons/javascripts/angular/angular.js:322:11)
at https://apps.dhis2.org/demo/dhis-web-tracker-capture/scripts/services.js:436:25
at wrappedCallback (https://apps.dhis2.org/demo/dhis-web-commons/javascripts/angular/angular.js:11046:81)
at https://apps.dhis2.org/demo/dhis-web-commons/javascripts/angular/angular.js:11132:26
at Scope.$eval (https://apps.dhis2.org/demo/dhis-web-commons/javascripts/angular/angular.js:12075:28)
at Scope.$digest (https://apps.dhis2.org/demo/dhis-web-commons/javascripts/angular/angular.js:11903:31)
at Scope.$apply (https://apps.dhis2.org/demo/dhis-web-commons/javascripts/angular/angular.js:12179:24)
at https://apps.dhis2.org/demo/dhis-web-tracker-capture/scripts/services.js:417:36
Demo site
2.16
Build revision:
Build date:
2014-09-12 08:54
On 11 Sep 2014, at 16:14, Abyot Gizaw <abyota@xxxxxxxxx> wrote:
> Hi Busoye,
>
> A fix is now committed - r16418.
>
> ---
> Thank you,
> Abyot.
>
> On Thu, Sep 11, 2014 at 1:59 PM, Adebusoye Anifalaje <busoye@xxxxxxxx> wrote:
> Public bug reported:
>
> Hi Devs,
>
> I am having issues loading attributes for a defined program. The program
> assigned to the org unit shows but when I select Register only the
> Report Date comes up. There are no errors in the log but the Console
> output is below:
>
> TypeError: Cannot read property 'id' of undefined
> at https://dhis.leprosy.org/dhis-web-tracker-capture/scripts/services.js:437:62
> at Array.forEach (native)
> at Object.forEach (https://dhis.leprosy.org/dhis-web-commons/javascripts/angular/angular.js:322:11)
> at https://dhis.leprosy.org/dhis-web-tracker-capture/scripts/services.js:436:25
> at wrappedCallback (https://dhis.leprosy.org/dhis-web-commons/javascripts/angular/angular.js:11046:81)
> at https://dhis.leprosy.org/dhis-web-commons/javascripts/angular/angular.js:11132:26
> at Scope.$eval (https://dhis.leprosy.org/dhis-web-commons/javascripts/angular/angular.js:12075:28)
> at Scope.$digest (https://dhis.leprosy.org/dhis-web-commons/javascripts/angular/angular.js:11903:31)
> at Scope.$apply (https://dhis.leprosy.org/dhis-web-commons/javascripts/angular/angular.js:12179:24)
> at https://dhis.leprosy.org/dhis-web-tracker-capture/scripts/services.js:417:36 angular.js:9509(anonymous function) angular.js:9509(anonymous function) angular.js:6950wrappedCallback angular.js:11049(anonymous function) angular.js:11132Scope.$eval angular.js:12075Scope.$digest angular.js:11903Scope.$apply angular.js:12179(anonymous function) services.js:417forEach angular.js:322(anonymous function) services.js:411k jquery.min.js:2l.fireWith jquery.min.js:2request.onsuccess dhis2.storage.idb.js:264
>
> The problem seems to be here:
>
> angular.forEach(program.programTrackedEntityAttributes, function(pAttribute){
> var att = attributes[pAttribute.attribute.id];
> att.mandatory = pAttribute.mandatory;
> if(pAttribute.displayInList){
> att.displayInListNoProgram = true;
>
> I am using Version:
> 2.16
> Build revision:
> 16410
>
> Many thanks.
>
> Kind regards,
> Busoye
>
> ** Affects: dhis2
> Importance: Undecided
> Status: New
>
> --
> You received this bug notification because you are a member of DHIS 2
> developers, which is subscribed to DHIS.
> https://bugs.launchpad.net/bugs/1368191
>
> Title:
> Attributes and Data Entry form not loading in Tracker Capture
>
> Status in DHIS 2:
> New
>
> Bug description:
> Hi Devs,
>
> I am having issues loading attributes for a defined program. The
> program assigned to the org unit shows but when I select Register only
> the Report Date comes up. There are no errors in the log but the
> Console output is below:
>
> TypeError: Cannot read property 'id' of undefined
> at https://dhis.leprosy.org/dhis-web-tracker-capture/scripts/services.js:437:62
> at Array.forEach (native)
> at Object.forEach (https://dhis.leprosy.org/dhis-web-commons/javascripts/angular/angular.js:322:11)
> at https://dhis.leprosy.org/dhis-web-tracker-capture/scripts/services.js:436:25
> at wrappedCallback (https://dhis.leprosy.org/dhis-web-commons/javascripts/angular/angular.js:11046:81)
> at https://dhis.leprosy.org/dhis-web-commons/javascripts/angular/angular.js:11132:26
> at Scope.$eval (https://dhis.leprosy.org/dhis-web-commons/javascripts/angular/angular.js:12075:28)
> at Scope.$digest (https://dhis.leprosy.org/dhis-web-commons/javascripts/angular/angular.js:11903:31)
> at Scope.$apply (https://dhis.leprosy.org/dhis-web-commons/javascripts/angular/angular.js:12179:24)
> at https://dhis.leprosy.org/dhis-web-tracker-capture/scripts/services.js:417:36 angular.js:9509(anonymous function) angular.js:9509(anonymous function) angular.js:6950wrappedCallback angular.js:11049(anonymous function) angular.js:11132Scope.$eval angular.js:12075Scope.$digest angular.js:11903Scope.$apply angular.js:12179(anonymous function) services.js:417forEach angular.js:322(anonymous function) services.js:411k jquery.min.js:2l.fireWith jquery.min.js:2request.onsuccess dhis2.storage.idb.js:264
>
> The problem seems to be here:
>
> angular.forEach(program.programTrackedEntityAttributes, function(pAttribute){
> var att = attributes[pAttribute.attribute.id];
> att.mandatory = pAttribute.mandatory;
> if(pAttribute.displayInList){
> att.displayInListNoProgram = true;
>
> I am using Version:
> 2.16
> Build revision:
> 16410
>
> Many thanks.
>
> Kind regards,
> Busoye
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/dhis2/+bug/1368191/+subscriptions
>
> _______________________________________________
> Mailing list: https://launchpad.net/~dhis2-devs
> Post to : dhis2-devs@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~dhis2-devs
> More help : https://help.launchpad.net/ListHelp
>
Follow ups
References