Skip to content

EUSM: Erroneous Character When Mission is Edited #1182

@samkanga

Description

@samkanga

An issue has been identified on EUSM stage where whenever the plan is updated the goal comparator appends amp; to it.

The following change is required to resolve the issue:

{
				"id": "complete_service_point_check",
				"description": "Complete check for a particular service point (100%) within the Jurisdiction",
				"priority": "medium-priority",
				"target": [
					{
						"measure": "Percent of service points checked",
						"detail": {
							"detailQuantity": {
								"value": 100.0,
								"comparator": ">", ****
								"unit": "Percent"
							}
						},
						"due": "2022-12-23"
					}
				]
			}

to

{
				"id": "complete_service_point_check",
				"description": "Complete check for a particular service point (100%) within the Jurisdiction",
				"priority": "medium-priority",
				"target": [
					{
						"measure": "Percent of service points checked",
						"detail": {
							"detailQuantity": {
								"value": 100.0,
								"comparator": ">",  *******
								"unit": "Percent"
							}
						},
						"due": "2022-12-23"
					}
				]
			}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions