globocom / globocom/GloboNetworkAPI-WebUI
Remove Real from equipment error
Open
- Dominant language
- Python
- Stars
- 21
- Forks
- 18
- Avg merge
- 23h 44m
- Merged PRs (30d)
- 4
Description
On the /equipment/list page when you edit 'Reals of equipment' and try to remove one the following error occurs:
'Vip' object has no attribute 'get_by_id'.
The problem is in this call from [Equipment Views](https://github.com/globocom/GloboNetworkAPI-WebUI/blob/master/CadVlan/Equipment/views.py#L80) file.
To solve it, one can add the method 'get_by_id' to [Equipment implementation](https://github.com/globocom/GloboNetworkAPI-client-python/blob/master/networkapiclient/ApiEquipment.py) at Python Client project .
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.