-
Notifications
You must be signed in to change notification settings - Fork 1
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
Form2Daily Units Validation #129
Comments
@Patowhiz I am testing the climsoft project on the AMI repository, Dev branch and found that on the FormDaily2,there is no units default when the form is opening. I suggest you add the default units as shown below instead of leaving this blank. Users will be able to decide whether to use the default units or choose different units from the drop down list: |
@mhabimana the issues raised above have just been fixed. You can test that now |
@Patowhiz : I can not see the change.Just forked the latest project shortly. Have you merged this? |
@Patowhiz : Oh yes,I can see the change.Thanks |
@Patowhiz: The default units (standard units) need to be fixed and the units textbox should not clear when clicking AddNew or save buttons or pressing at any key. This is exactly what is happening. When you open the form Daily2 for the first time or when you click on AddNew button, you see the standard units which is good but when you select the element or click AddNew again, the units disappear. |
@Patowhiz , @maxwellfundi : Correction is needed on Form Daily 2 default Units,the default unit for clouds height is feet and not metre. |
@mhabimana that has now been fixed in the latest pull request. Thank you for checking on this |
@Patowhiz :I am afraid,not sure if your changes took effect, because I am seing metre as default unit for clouds height instead of feet. Please,replace metre by feet under cloud height |
@mhabimana sorry I had not merged it before. I have now merged the pull request and this can now be tested |
@smachua How should we handle validation of units on form2Daily entry form. Should the user be able to type in units that are not in the combobox? Upon entry of invalid units should the user be allowed to still save the records?
The text was updated successfully, but these errors were encountered: