I have noticed on the phone app v5 android and the web site of version 5.1.27-c44 that I am unable to create a new task as a standard user that is not admin although I have all permissions except admin…
I get a 401: You are not authorized to view or perform this action. How do we fix that without giving user ADMIN rights ?
it looks like our permissions column has changed format.
I’ve checked in a fix for this.
I can see that there is now a version 5.1.29 but as an admin users I try to run the update from the web app and i get production.INFO: Command 'git pull ’ failed (exit-code 1).
Is there another way to get update installed from 5.1.27 to 5.1.29 ??
That usually means there are local changes.
You can run git diff
to see what’s changed and git checkout .
to clear the changes.
That fixed the hit issue but there still is the issue with adding new task as non admin user still get
401: You are not authorized to view or perform this action
When saving
This should be resolved in the next release
I thought when david said he checked in a fix that it would come down on ver 29 or is that not what that ment ?
Build ver 30 fixed this issue. Thank you very much