openwisp / openwisp-utils

Python and Django utilities shared between different openwisp modules
https://openwisp.io/docs/dev/utils/
BSD 3-Clause "New" or "Revised" License
74 stars 72 forks source link

[change] Refactor ReceiveUrlAdmin to inherit CopyableFieldAdmin #344

Open nemesifier opened 1 year ago

nemesifier commented 1 year ago

It would be good to change ReceiveUrlAdmin to be based on the logic of CopyableFieldAdmin to reduce repetition of JS and python logic.

pandafy commented 1 year ago

Perform cleanup in openwisp-network-topology when this issue is fixed

https://github.com/openwisp/openwisp-network-topology/blob/5ed611adb00be5aae63b4a34da82da1202ffa16d/openwisp_network_topology/admin.py#L107-L113