You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
This issue requests better error handling for an invalid condition: an $mdm-clear, no $mdm-submit, and updating existing resources.
The $mdm-clear operation "is intended to be used during the rules-tuning phase of the MDM implementation" which typically involves performing a $mdm-clear, tuning rules, then a $mdm-submit. If an update to an existing resource is performed after the $mdm-clear, but before the $mdm-submit, there will be a NullPointerException.
To Reproduce
Steps to reproduce the behavior:
Post mdm bundle
Perform $mdm-clear
Post the bundle again (with some edits to make it slightly different)
Expected behavior
Better error handling in this edge case scenario where a resource is updated between a $mdm-clear and $mdm-submit
The text was updated successfully, but these errors were encountered:
Describe the bug
This issue requests better error handling for an invalid condition: an $mdm-clear, no $mdm-submit, and updating existing resources.
The $mdm-clear operation "is intended to be used during the rules-tuning phase of the MDM implementation" which typically involves performing a
$mdm-clear
, tuning rules, then a$mdm-submit
. If an update to an existing resource is performed after the$mdm-clear
, but before the$mdm-submit
, there will be aNullPointerException
.To Reproduce
Steps to reproduce the behavior:
$mdm-clear
Expected behavior
Better error handling in this edge case scenario where a resource is updated between a
$mdm-clear
and$mdm-submit
The text was updated successfully, but these errors were encountered: