You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 22, 2023. It is now read-only.
I am having an issue where the "Review Inspection" button is appearing in the middle of the inspection. The code appears to be looking at the last item in the colLastInspectionSteps to find the sequence number but it doesn't appear to be working as expected.
This is happening around the 10th question on every checklist I've
created.
Any help would be greatly appreciated!
The text was updated successfully, but these errors were encountered:
For me this seemed to only be an issue on mobile devices. The variable Sequence is being sorted as a string as opposed to as a number. The Sequence field in the database is a number but I am unsure how to make sure it is a number the Sequence variable as well.
My fix was to cast the variable as a number in the sort function. I had to do this in 2 or 3 locations in the app.
Here is one location...
Checklist Steps Screen, In galInspectionSteps, btnReviewInspections, Visible attribute. Replace Sequence with Value(Sequence).
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello,
I am having an issue where the "Review Inspection" button is appearing in the middle of the inspection. The code appears to be looking at the last item in the colLastInspectionSteps to find the sequence number but it doesn't appear to be working as expected.
This is happening around the 10th question on every checklist I've
created.
Any help would be greatly appreciated!
The text was updated successfully, but these errors were encountered: