We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The documentation says this will be returned:
"mechanicOrAgentSignature": { "type": "driver", "name": "driver", "username": "driver", "email": "driver", "signedAt": 12535500000 },
However, all I am seeing is:
"mechanicOrAgentSignature":{ "signedAt": 1539577229078 }
This seems to be for DVIRs mechanics create via the web portal to correct defects listed by the driver.
nextDriverSignature seems to be correct and if a driver does it via the app mechanicOrAgentSignature includes the name & username.
The text was updated successfully, but these errors were encountered:
Thanks for this bug report. We are tracking this issue in our internal bug tracking tool.
Sorry, something went wrong.
No branches or pull requests
The documentation says this will be returned:
"mechanicOrAgentSignature": {
"type": "driver",
"name": "driver",
"username": "driver",
"email": "driver",
"signedAt": 12535500000
},
However, all I am seeing is:
"mechanicOrAgentSignature":{
"signedAt": 1539577229078
}
This seems to be for DVIRs mechanics create via the web portal to correct defects listed by the driver.
nextDriverSignature seems to be correct
and if a driver does it via the app mechanicOrAgentSignature includes the name & username.
The text was updated successfully, but these errors were encountered: