PASTA-ELN / pasta-eln

PASTA-ELN with new frontend
https://pasta-eln.github.io/pasta-eln/
Other
7 stars 2 forks source link

Right click on the empty project view #227

Closed HTsybenko closed 3 months ago

HTsybenko commented 4 months ago
  1. Create a project
  2. Open its project view
  3. Right click on the empty field

Error: Traceback (most recent call last): File "/home/htsybenko/Temp/envir/lib/python3.10/site-packages/pasta_eln/GUI/projectTreeView.py", line 36, in contextMenuEvent folder = item.data()['hierStack'].split('/')[-1][0]=='x' AttributeError: 'NoneType' object has no attribute 'data'

HTsybenko commented 3 months ago

The issue is fixed.