-
Notifications
You must be signed in to change notification settings - Fork 0
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
Testing bugs for 1597 #1637
Comments
Take zendesk issue and #1634 into consideration for this issue. |
For CSV
|
Pre-condition :
Steps to reproduce :
Expected Result : The activity should be successfully imported and all the element in the activity should be filled.
Actual Result : The activity is successfully imported but the sector and transaction element is marked as incomplete.
Pre-condition :
Steps to reproduce :
Expected Result : The activity should be successfully imported and all the element in the activity should be filled.
Actual Result : The activity is successfully imported but the result and transaction element is marked as incomplete.
Issue 3: The contact-info element must be type + any attribute but while import from the XML file then uploading only the type shows the contact-info as complete.
Issue 4 : In the location element the reference field is not marked as the required field.
Issue 5 : The latitude and the longitude in the location element does not got filled out while importing from the XML File.
Issue 6 : When the default aid type with only code field is imported from the XML then the code value is not imported on the activity.
Issue 7 : The error message displayed 2 times when the user does not provide any value in budget element importing from the XML File.??? 2 budget items provided. Working as intended.For Reference :
Issue 8 : When the user does not provide the value then the 1st and 2nd error message does not make any sense.Is from validator. Makes sense. Value cannot be empty string. needs to be numeric.Issue 9: When the user filled all the required fields on the XML File for transaction element and import it then the transaction element is marked as incomplete.
Issue 10 : Import error while importing the XML file.
Steps to reproduce.
Import the XML file where the required field of the transaction are filled.
Delete the imported activity.
Remove some required field from the XML and reimport.
Again try to import the same XML File.
Add the required field that you have removed and reimport.
Expected Behavior : The XML File should be successfully imported.
Actual Behavior : The error message gets displayed indicating that the XML cannot be imported and if again we try to import then the import in progress is displayed,
Issue 11 : When the user filled the description from the transaction element then the description is not displayed as required field.Incorrect issue. Transaction description and activity description are not linked.Issue 12: Need to add the percentage field in the sector section of the transaction element to make the flow similar with the sector element.Incorrect issue. Transaction sector doesnt have percentage in IATI standard.Issue 13: When the user fill the recipient region code field from the transaction element then it is not marked as complete.
Issue 14 : Need to add the percentage in the recipient region field inside the transaction element to make the form consistent and remove the vocabulary as required element to complete the recipient region inside the transaction element.Incorrect issue. Transaction RR RC doesnt have percentage in IATI standard.Issue 15 : If the user filled the tied status from the transaction element then the default-tied status should be marked as the completed in the activity detail page.(same for aid type, finance type, flow type )Incorrect issue. Transaction default-tied-status and activity default-tied-status are not linked.Issue 16 : The Category Code field of document link gets automatically filled while importing from the XML file.
Issue 17 : When the user only filled the code field in policy marker element and download the XML then the XML file should contain the policy marker element but it doesn't.
Issue 18: The country budget item gets imported from the XML file when the percentage is below 100 and marked as completed. I think it should not marked as completed as percentage is not 100 percentage.
The text was updated successfully, but these errors were encountered: