Error on Property reordering
Open
bug
- Dominant language
- Python
- Stars
- 3
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
When trying to reorder the Properties of a Section, either a background error (a) or an error with a message (b) occurs:
- [ ] (a)
```
Traceback (most recent call last):
File "/home/msonntag/Chaos/work/odml-ui/odmlui/DragProvider.py", line 138, in _on_drag_get_data
selection.set(target_atom, 8, data.encode())
AttributeError: 'NoneType' object has no attribute 'encode'
```
- [ ] (b) `Editing failed: 'Property' object has no attibute 'reorder'.`
Contributor guide
Assessment
This issue has not been assessed yet.