Conversation
If the asset didn't have any tasks set, all tasks from the project configuration would be shown. This was really confusing and not what most people expect. This makes the behaviour more logical and also consistent with Avalon Launcher.
| @@ -1,3 +1,3 @@ | |||
| from app import show | |||
| from .app import show | |||
There was a problem hiding this comment.
Oh wow, this was not already the case? Surprised this hasn't broken in some way already.
There was a problem hiding this comment.
Well spotted, and thanks. I'm quite surprised too. But 🥇!
|
Leaving this in your hands Roy |
Never noticed that difference because we have configured icons apparently for all tasks. :D But yes, clever. Looks good too. Thanks, behavior now makes much more sense again as it's back to the original behavior where it shows no tasks when it has none. |
|
Is this okay to be merged or do more people need to review/approve it first? |
|
Let's merge it! Thanks again. |
As discussed on Gitter this shows only the tasks that were specifically assigned to an asset in the Project Manager.
I also included 2 other (small) things:
appimport of the Context Manager relative. Now it also import properly in Python 3.7fa.male. This is to make it consistent with Avalon Launcher. If people prefer thefolder-othen maybe we should change the Launcher.