dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #44240
[Bug 1563546] [NEW] [Api] Removing an optionSet from dataElement
Public bug reported:
Heya,
When iI attempt to PUT back an /api/dataElement/<id>?fields=:owner
object back to the api i can't seem to remove the optionSet value that
is set on the dataElement.
I have attempted both leaving the property out of the payload all
together and sending a `null` value. Both seem to not remove the value
that is set and the property keeps it's old value.
To reproduce:
+ Add an optionSet to a dataElement
+ Attempt to remove it using a PUT operation
** Affects: dhis2
Importance: Undecided
Status: New
** Tags: api
** Description changed:
Heya,
When iI attempt to PUT back an /api/dataElement/<id>?fields=:owner
object back to the api i can't seem to remove the optionSet value that
is set on the dataElement.
I have attempted both leaving the property out of the payload all
together and sending a `null` value. Both seem to not remove the value
that is set and the property keeps it's old value.
+
+ To reproduce:
+ + Add an optionSet to a dataElement
+ + Attempt to remove it using a PUT operation
--
You received this bug notification because you are a member of DHIS 2
developers, which is subscribed to DHIS.
https://bugs.launchpad.net/bugs/1563546
Title:
[Api] Removing an optionSet from dataElement
Status in DHIS:
New
Bug description:
Heya,
When iI attempt to PUT back an /api/dataElement/<id>?fields=:owner
object back to the api i can't seem to remove the optionSet value that
is set on the dataElement.
I have attempted both leaving the property out of the payload all
together and sending a `null` value. Both seem to not remove the value
that is set and the property keeps it's old value.
To reproduce:
+ Add an optionSet to a dataElement
+ Attempt to remove it using a PUT operation
To manage notifications about this bug go to:
https://bugs.launchpad.net/dhis2/+bug/1563546/+subscriptions
Follow ups