a270e263acfeee9c796ef5a5636e6c70d46ebd18,modules/templates/UCCE/controllers.py,dc_TargetReport,html,#Any#,1469

Before Change


                pappend = points.append
                for answer in responses:
                    // We don"t the selectedRegions in the answer...these are just for the mobile client"s displayLogic to work
                    selected_points = answer["selectedPoints"]
                    for point in selected_points:
                        pappend(point)
                data = {"p": points,
                        "i": question["file"],

After Change


                                     _class="multichoice-graph",
                                     _value=json.dumps(data, separators=SEPARATORS),
                                     )
                graph = DIV(hidden_input,
                            _class="graph-container",
                            _id="heatmap-graph-%s" % question["id"],
                            )
                content.append(graph)

            card = DIV(DIV(SPAN(question["name"],
                                _class="card-title",
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 3

Instances


Project Name: sahana/eden
Commit Name: a270e263acfeee9c796ef5a5636e6c70d46ebd18
Time: 2019-09-06
Author: fran@aidiq.com
File Name: modules/templates/UCCE/controllers.py
Class Name: dc_TargetReport
Method Name: html


Project Name: sahana/eden
Commit Name: 552981859420b008bbef8495185ace6d214b5d76
Time: 2019-11-20
Author: hallamoore@users.noreply.github.com
File Name: modules/templates/SAMBRO/controllers.py
Class Name: index
Method Name: __call__


Project Name: sahana/eden
Commit Name: cf6f8b1dbbfd9491bcb63f178eaf780a41c59e29
Time: 2019-08-29
Author: fran@aidiq.com
File Name: modules/templates/UCCE/controllers.py
Class Name:
Method Name: doc_document_list_layout