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
While working on this issue, I discovered a bug in Javarosa. The issue is that when a question of type date is used to create an entity label, then after opening a follow-up form it is incorrectly identified as dateTime instead of date.
The test I created in Collect demonstrates this issue, and the forms can also be used for reproducing it: Relevant Code Reference.
Open the follow-up form. You’ll notice that the label value built using the date question type appears as if it were generated by a dateTime question type.
The text was updated successfully, but these errors were encountered:
Problem description
While working on this issue, I discovered a bug in Javarosa. The issue is that when a question of type
date
is used to create an entity label, then after opening a follow-up form it is incorrectly identified asdateTime
instead ofdate
.The test I created in Collect demonstrates this issue, and the forms can also be used for reproducing it: Relevant Code Reference.
Steps to reproduce the problem
date
question type appears as if it were generated by adateTime
question type.The text was updated successfully, but these errors were encountered: