You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'.
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 file.
To solve it, one can add the method 'get_by_id' to Equipment implementation at Python Client project .
The text was updated successfully, but these errors were encountered: