Skip to content
Snippets Groups Projects
Closed Exception error when closing information window of a certifier
  • View options
  • Exception error when closing information window of a certifier

  • View options
  • Closed Issue created by inso

    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'

    Activity

    • All activity
    • Comments only
    • History only
    • Newest first
    • Oldest first