Exception error when closing information window of a certifier
View options
- Truncate descriptions
Created by: vtexier
Use the context menu on the certifiers table, then close it and you get that error.
It seems the code is a copy/paste of the identity table, but this one expect a Certification object instead of an Identity object...
An unhandled exception occured
----
Traceback (most recent call last):
File "/home/vit/Documents/dev/python/sakia/src/sakia/gui/navigation/identity/table_model.py", line 133, in certifier_loaded
for i, idty in enumerate(self.identities_data):
AttributeError: 'CertifiersTableModel' object has no attribute 'identities_data'