f83ebe6a0e
These RPC calls were only used internally and does not need to be exposed as RPC calls. The following rpc calls were removed. - find_records - find_recordset - update_zone_import Change-Id: I0dd7c77def9a9d41a518b92b9a662a0e1fce1e3e
12 lines
342 B
YAML
12 lines
342 B
YAML
---
|
|
upgrade:
|
|
- |
|
|
Removed the following unused central rpc calls. This should not impact
|
|
normal installations, but if these are used in any custom written backends
|
|
or plugins that you are using, you will need to update your code before
|
|
upgrading.
|
|
|
|
- ``find_records``
|
|
- ``find_recordset``
|
|
- ``update_zone_import``
|