-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
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
Rules and corner secnario is not behave as expected #1286
Comments
1st issue:The issue is because sync attributes in form elements currently not supported in DEA. @nupoorkhandelwal mentioned we can disable this validation for DEA since it is not relevant here. So no need fix from product side. The rule can be changed by the implementation team. So moving it to the comments section:
Expected result: Auto-pick the gender Refrences video : My.Movie.mp42nd issue:Not reproducible. Someone might have changed the rule, which could have fixed the issue. Not a product bug. 3rd issue:Doing |
Just commenting here for later reference: Another issue raised: 'Child Followup' again getting scheduled on editing enrolment.
|
The rule applied in the web app, date functionality, and corner cases does not behave as expected
env: prod
org: adjnpctuat
user: dinesh@adjnpctuat
Note: the customer is doing the backfilling data and they have asked if we should not schedule any visit if the scheduled date .register and enrollment date > 31/Aug/2024
Steps to reproduce: (scenario if the age is 10 )
Login to the app
Register the individual with the age of 10
once we have saved the individual the enroll option should be displayed
expected result: The enrollment option should be displayed
Actual result: enrollment option is hidden
Reference video :
My.Movie.mp4
Steps to reproduce: (edit enrollment )
Login to the app
Register the individual with the date as 31 /Aug/2024
enroll on 01/Sep/2024 and the visit will be scheduled on the same date
edit the enrollment to 31/Aug/2024
Expected result: visit should be scheduled
Actual result: The visit is getting scheduled with the backfilling date
Reference video :
My.Movie.mp4
Analysis:
The text was updated successfully, but these errors were encountered: