Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Return success when disabling a disabled record via REST 2
RT's internal API returns "false" when you update a record to the value it already has. This false return caused a REST 2 DELETE (which is 'disable' on most records) to return failure (500) if you disabled an already-disabled queue. This commit directly return true if record is already disabled. Fixes: I#37591
- Loading branch information