manu
1
Hi,
during my weekly review I noted that an action was missing on my Android.
The action is inside a completed project. On Android I can find it via global search, but it does not show up in the list under next.
On desktop the action shows up in the correct list.
Thanks,
Manuel
Andrei
2
If you do a clean pull, does it show up?
manu
3
No that doesn’t help either.
But I think thats logical because the action is available on the device in the project itself. It just does not show up.
Probably a logical bug.
Somewhat like this:
IF action belongs to completed project
THEN
do not show in lists
ELSE
show in lists
Andrei
4
Yes, seems like a logic issue.
I was able to reproduce the following issue, let me know if it’s the same as what you mean
- Create a project
P
with one action a
- Complete the project without completing the corresponding action
- Open Next on Android
- Observe that
a
does not appear anywhere in Next (unlike the desktop app)
Andrei
6
This should now be fixed (version 1.7-10)
1 Like