Gagan Deep
Gagan Deep
On changing the organization of the object in the change form, the options for the choice field should also get updated. This will require creating an internal API endpoint for...
Can you please add tests for this feature?
I don't think this is a good addition. In my opinion, backend should not handle rendering of data.
I think this can be closed now. 😄
I doubt that this will be viable, from Django docs: > The model’s save() method will not be called, and the pre_save and post_save signals will not be sent.
**Potential corner case**: The user should not face any difficulties in signing into _OrgA_ while identity verification for _OrgB_ is pending.
I was looking for something that is triggered only when the connection has already been accepted. Like `disconnect` method is called irrespective of whether connection was established or not.
Is there any existing work on this?
**EDIT**: Moved details to the issue description.
There will be one separate container for the Flask app (`wireguard-updater`). Each WireGuard tunnel will have its separate container (`wireguard--`). The WireGuard container will mount an NFS volume at `/opt/wireguard-openwisp/.openwisp`....