menu: Display apps without metadata.json
All threads resolved!
All threads resolved!
If an app directory is missing metadata.json or if metadata.json is invalid/cannot be parsed correctly, don't just print an error, also add a menu entry based on what we'd hope to be correct information. This is obviously best effort only and there is no guarantee that it will work.
Merge request reports
Activity
changed milestone to %v1.14
added 1-Additional-Feature 3 - Preload 6 - Needs Review labels
- Resolved by rahix
The current behavior is adding an entry which will try to start
/apps/{name}/__init__.py
regardless of whether it exists or not. Maybe we want a check and only add the entry if__init__.py
actually exists?
- Resolved by rahix
added 14 commits
-
4a27e3f5...ead70852 - 13 commits from branch
master
- 4b684006 - fix(menu.py): Display apps without metadata.json
-
4a27e3f5...ead70852 - 13 commits from branch
added 1 commit
- 53419ff7 - fix(menu.py): Display apps without metadata.json
mentioned in commit d9b904fc
Please register or sign in to reply